Module system_catalog

Source

Modules§

information_schema
pg_catalog
rw_catalog

Structs§

BuiltinTable
BuiltinView
SysCatalogReaderImpl
SystemCatalog
SystemTableCatalog

Enums§

BuiltinCatalog

Statics§

SYS_CATALOGS
The global registry of all builtin catalogs.
SYS_CATALOGS_SLICE

Functions§

extract_parallelism_from_table_state 🔒
get_acl_items 🔒
get acl items of object in string, ignore public.
get_sys_tables_in_schema
get_sys_views_in_schema
infer_dummy_view_sql
infer_dummy_view_sql returns a dummy SQL statement for a view with the given columns that returns no rows. For example, with columns a and b, it returns SELECT NULL::integer AS a, NULL::varchar AS b WHERE 1 != 1.
is_system_catalog

Type Aliases§

SystemCatalogColumnsDef 🔒