pg_shdescription pg_shdescription The pg_shdescription system catalog table stores optional descriptions (comments) for shared database objects. Descriptions can be manipulate...
gp_persistent_database_node gp_persistent_database_node The gp_persistent_database_node table keeps track of the status of file system objects in relation to the transaction s...
gp_persistent_filespace_node gp_persistent_filespace_node The gp_persistent_filespace_node table keeps track of the status of file system objects in relation to the transactio...
pg_listener pg_listener The pg_listener system catalog table supports the LISTEN and NOTIFY commands. A listener creates an entry in pg_listener for each notification name ...
Creating and Managing Schemas The Default “Public” Schema Creating a Schema Schema Search Paths Setting the Schema Search Path Viewing the Current Schema Dropping a Schema Sy...
ALTER ROLE Synopsis Description Parameters Notes Examples Compatibility See Also ALTER ROLE Changes a database role (user or group). Synopsis ALTER ROLE <name> RENA...
CREATE DATABASE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE DATABASE Creates a new database. Synopsis CREATE DATABASE <database_name...
System Tables System Tables This topic lists the system tables included in HAWQ. gp_configuration (Deprecated. See gp_segment_configuration .) gp_configuration_history gp_di...
System Tables System Tables This topic lists the system tables included in HAWQ. gp_configuration (Deprecated. See gp_segment_configuration .) gp_configuration_history gp_di...
DROP VIEW Synopsis Description Parameters Examples Compatibility See Also DROP VIEW Removes a view. Synopsis DROP VIEW [ IF EXISTS ] < name . [, ...] [ CASCAD...