change the definition of an operator NAME ALTER_OPERATOR - change the definition of an operator SYNOPSIS ALTER OPERATOR name ( { left_type | NONE...change the definition of an operator class NAME ALTER_OPERATOR_CLASS - change the definition of an operator class SYNOPSIS ALTER OPERATOR CLASS name USI...change the definition of an operator family NAME ALTER_OPERATOR_FAMILY - change the definition of an operator family SYNOPSIS ALTER OPERATOR FAMILY name......no CREATE OPERATOR FAMILY statement in the SQL standard. SEE ALSO ALTER OPERATOR FAMILY ( ALTER_OPERATOR_FAMILY (7)), DROP OPERATOR FAMILY ( DROP_OPERATOR_FAMILY (7)), CREATE OP…...e no provisions for user-defined operators in the SQL standard. SEE ALSO ALTER OPERATOR ( ALTER_OPERATOR (7)), CREATE OPERATOR CLASS ( CREATE_OPERATOR_CLASS (7)), DROP OPERATOR …...s no DROP OPERATOR FAMILY statement in the SQL standard. SEE ALSO ALTER OPERATOR FAMILY ( ALTER_OPERATOR_FAMILY (7)), CREATE OPERATOR FAMILY ( CREATE_OPERATOR_FAMILY (7)), ALTER…...s no CREATE OPERATOR CLASS statement in the SQL standard. SEE ALSO ALTER OPERATOR CLASS ( ALTER_OPERATOR_CLASS (7)), DROP OPERATOR CLASS ( DROP_OPERATOR_CLASS (7)), CREATE OPERA…...nt in the SQL standard. SEE ALSO CREATE OPERATOR ( CREATE_OPERATOR (7)), ALTER OPERATOR ( ALTER_OPERATOR (7))change the definition of an extension NAME ALTER_EXTENSION - change the definition of an extension SYNOPSIS ALTER EXTENSION name UPDATE [ TO new_version ] ALTER EXTENSION name SET …...is no DROP OPERATOR CLASS statement in the SQL standard. SEE ALSO ALTER OPERATOR CLASS ( ALTER_OPERATOR_CLASS (7)), CREATE OPERATOR CLASS ( CREATE_OPERATOR_CLASS (7)), DROP OPER…define a new index NAME CREATE_INDEX - define a new index SYNOPSIS CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] name ] ON [ ONLY ] table_name [ USING method ] ( { c…C operator precedence and order of evaluation NAME operator - C operator precedence and order of evaluation DESCRIPTION This manual page lists C operators and their precedence in e…C operator precedence and order of evaluation NAME operator - C operator precedence and order of evaluation DESCRIPTION This manual page lists C operators and their precedence in e…define a new data type NAME CREATE_TYPE - define a new data type SYNOPSIS CREATE TYPE name AS ( [ attribute_name data_type [ COLLATE collation ] [, ... ] ] ) CREATE TYPE name AS EN…define a new row-level security policy for a table NAME CREATE_POLICY - define a new row-level security policy for a table SYNOPSIS CREATE POLICY name ON table_name [ AS { PERMISSI…define a new table NAME CREATE_TABLE - define a new table SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name ( [ { column_nam…define or change the comment of an object NAME COMMENT - define or change the comment of an object SYNOPSIS COMMENT ON { ACCESS METHOD object_name | AGGREGATE aggregate_name ( aggr…define a new aggregate function NAME CREATE_AGGREGATE - define a new aggregate function SYNOPSIS CREATE [ OR REPLACE ] AGGREGATE name ( [ argmode ] [ argname ] arg_data_type [ , ..…remove a data type NAME DROP_TYPE - remove a data type SYNOPSIS DROP TYPE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] DESCRIPTION DROP TYPE removes a user-defined data type. …remove a function NAME DROP_FUNCTION - remove a function SYNOPSIS DROP FUNCTION [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...] [ CASCADE | RESTRICT …