Module pg_database

Source

StructsΒ§

PGCDatabaseBuilder πŸ”’
Builds the pg_catalog.pg_database table row by row oid use schema name as a workaround since we don’t have numeric schema id. nspname is the schema name.
PGDatabase πŸ”’
The pg_catalog.database table implementation.

ConstantsΒ§

DATNAME
INIT_CAPACITY πŸ”’
The initial capacity of the vector builders.