Skip to main content

Module system_tables

Module system_tables 

Source
Expand description

Built-in virtual tables: rows materialized from Rust iterators instead of the B+ tree. Used for PG system catalog views (pg_timezone_*, information_schema.*).

Structs§

CitadelTriggersStatus
Surfaces enabled status — PG hides this from information_schema.triggers.
InfoSchemaColumns
InfoSchemaKeyColumnUsage
InfoSchemaTableConstraints
InfoSchemaTables
InfoSchemaTriggers
One row per event for multi-event triggers (per SQL spec).
PgMatviews
matviewowner and tablespace are constants — citadel has no permission/storage concept.
PgTimezoneAbbrevs
PgTimezoneNames

Traits§

VirtualTable

Functions§

register_builtins