Documentation ¶
Index ¶
Constants ¶
View Source
const ( PG_DATABASES = ` SELECT datname FROM pg_database WHERE NOT datistemplate ORDER BY datname ASC` PG_SCHEMAS = ` SELECT schema_name FROM information_schema.schemata ORDER BY schema_name ASC` PG_INFO = `` /* 187-byte string literal not displayed */ PG_TABLE_INDEXES = ` SELECT indexname, indexdef FROM pg_indexes WHERE schemaname = $1 AND tablename = $2` PG_TABLE_CONSTRAINTS = `` /* 232-byte string literal not displayed */ PG_TABLE_INFO = `` /* 244-byte string literal not displayed */ PG_TABLE_SCHEMA = `` /* 202-byte string literal not displayed */ PG_MATERIALIZED_VIEW_SCHEMA = `` /* 329-byte string literal not displayed */ PG_ACTIVITY = `` /* 178-byte string literal not displayed */ PG_OBJECTS = `` /* 592-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.