You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the column tableoid is available without the need of extra join or anything, it seems to be faster to use it as the source of inherited table discover.
We already use the tableoid as a join to pg_class.oid to get the table name, but maybe we can do it directly and use the number as the reference. This can also facilitate many other mappings for inheritance.
The text was updated successfully, but these errors were encountered:
Since the column
tableoid
is available without the need of extra join or anything, it seems to be faster to use it as the source of inherited table discover.We already use the
tableoid
as a join topg_class.oid
to get the table name, but maybe we can do it directly and use the number as the reference. This can also facilitate many other mappings for inheritance.The text was updated successfully, but these errors were encountered: