DROP ROLE Synopsis Description Parameters Examples Compatibility See Also DROP ROLE Removes a database role. Synopsis DROP ROLE [ IF EXISTS ] <name> [, ...] ...
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...
DROP OWNED Synopsis Description Parameters Notes Examples Compatibility See Also DROP OWNED Removes database objects owned by a database role. Synopsis DROP OWNED BY ...
CREATE TYPE Synopsis Description Parameters Notes Examples Compatibility See Also CREATE TYPE Defines a new data type. Synopsis CREATE TYPE <name> AS ( <attribut...
SELECT INTO Synopsis Description Parameters Examples Compatibility See Also SELECT INTO Defines a new table from the results of a query. Synopsis SELECT [ ALL | DIS...
DROP OWNED Synopsis Description Parameters Notes Examples Compatibility See Also DROP OWNED Removes database objects owned by a database role. Synopsis DROP OWNED BY ...
REASSIGN OWNED Synopsis Description Parameters Notes Examples Compatibility See Also REASSIGN OWNED Changes the ownership of database objects owned by a database role. ...
pg_stat_partition_operations pg_stat_partition_operations The pg_stat_partition_operations view shows details about the last operation performed on a partitioned table. Table...
pg_stat_operations pg_stat_operations The view pg_stat_operations shows details about the last operation performed on a database object (such as a table, index, view or databa...
DROP ROLE Synopsis Description Parameters Examples Compatibility See Also DROP ROLE Removes a database role. Synopsis DROP ROLE [ IF EXISTS ] <name> [, ...] ...