DROP LANGUAGE Synopsis Description Parameters Examples Compatibility See Also DROP LANGUAGE Removes a procedural language. Synopsis DROP [ PROCEDURAL ] LANGUAGE [ I...
DROP OWNED Synopsis Description Parameters Notes Examples Compatibility See Also DROP OWNED Removes database objects owned by a database role. Synopsis DROP OWNED BY ...
Disabling EXECUTE for Web or Writable External Tables Disabling EXECUTE for Web or Writable External Tables There is a security risk associated with allowing external tables to...
DROP TABLE Synopsis Description Parameters Examples Compatibility See Also DROP TABLE Removes a table. Synopsis DROP TABLE [ IF EXISTS ] <name> [, ...] [ CASC...
pg_restore Synopsis Description Options Notes Examples See Also pg_restore Restores a database from an archive file created by pg_dump . Synopsis pg_restore [< genera...
pg_pltemplate pg_pltemplate The pg_pltemplate system catalog table stores template information for procedural languages. A template for a language allows the language to be cr...
ALTER USER Synopsis Description Compatibility See Also ALTER USER Changes the definition of a database role (user). Synopsis ALTER USER <name> RENAME TO <newname> ...
CREATE TYPE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE TYPE Defines a new data type. Synopsis CREATE TYPE <name> AS ( <attribut...
gp_persistent_tablespace_node gp_persistent_tablespace_node The gp_persistent_tablespace_node table keeps track of the status of file system objects in relation to the transac...
Creating and Using Web External Tables Creating and Using Web External Tables CREATE EXTERNAL WEB TABLE creates a web table definition. Web external tables allow HAWQ to treat...