Module pg_class

Source

StructsΒ§

PGClass πŸ”’
The pg_catalog.pg_class table implementation.
PGClassBuilder πŸ”’
Builds the pg_catalog.pg_class table row by row TODO(J0HN50N133): relowner is always the DUMMY_OWNER_ID cuz we don’t have user. Once we have user system, make it the actual owner of the table.

ConstantsΒ§

DUMMY_OWNER_ID πŸ”’
The dummy owner id for the namespace.
INIT_CAPACITY πŸ”’
The initial capacity of the vector builders.
RELKIND
RELKIND_TABLE
RELKIND_VIEW
RELNAME
RELNAMESPACE
RELOWNER