Search PostgreSQL documentation
PG 18 · Browse by category, or enter a name or keyword
Category index4025
CompatibilityCompatibility
DROP MATERIALIZED VIEW is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
There is no DROP OPERATOR CLASS statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no DROP OPERATOR statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no DROP OPERATOR FAMILY statement in the SQL standard.Compatibility
CompatibilityCompatibility
DROP POLICY is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
This command conforms to the SQL standard, with these PostgreSQL extensions:
The standard only allows one procedure to be dropped per command. The IF EXISTS option is an extens…Compatibility
CompatibilityCompatibility
DROP PUBLICATION is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
The SQL standard defines DROP ROLE, but it allows only one role to be dropped at a time, and it specifies different privilege requirements than PostgreSQL uses.Compatibility
CompatibilityCompatibility
This command conforms to the SQL standard, with these PostgreSQL extensions:
The standard only allows one routine to be dropped per command. The IF EXISTS option is an extensio…Compatibility
CompatibilityCompatibility
DROP RULE is a PostgreSQL language extension, as is the entire query rewrite system.Compatibility
CompatibilityCompatibility
DROP SCHEMA is fully conforming with the SQL standard, except that the standard only allows one schema to be dropped per command, and apart from the IF EXISTS option, which is …Compatibility
CompatibilityCompatibility
DROP SEQUENCE conforms to the SQL standard, except that the standard only allows one sequence to be dropped per command, and apart from the IF EXISTS option, which is a Postgre…Compatibility
CompatibilityCompatibility
DROP SERVER conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
There is no DROP STATISTICS command in the SQL standard.Compatibility
CompatibilityCompatibility
DROP SUBSCRIPTION is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
This command conforms to the SQL standard, except that the standard only allows one table to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL …Compatibility
CompatibilityCompatibility
DROP TABLESPACE is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
This form of DROP TRANSFORM is a PostgreSQL extension. See CREATE TRANSFORM for details.Compatibility
CompatibilityCompatibility
The DROP TRIGGER statement in PostgreSQL is incompatible with the SQL standard. In the SQL standard, trigger names are not local to tables, so the command is simply DROP TRIGGE…Compatibility
CompatibilityCompatibility
There is no DROP TEXT SEARCH CONFIGURATION statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no DROP TEXT SEARCH DICTIONARY statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no DROP TEXT SEARCH PARSER statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no DROP TEXT SEARCH TEMPLATE statement in the SQL standard.Compatibility
CompatibilityCompatibility
This command is similar to the corresponding command in the SQL standard, apart from the IF EXISTS option, which is a PostgreSQL extension. But note that much of the CREATE TYP…Compatibility
CompatibilityCompatibility
The DROP USER statement is a PostgreSQL extension. The SQL standard leaves the definition of users to the implementation.Compatibility
CompatibilityCompatibility
DROP USER MAPPING conforms to ISO/IEC 9075-9 (SQL/MED). The IF EXISTS clause is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
This command conforms to the SQL standard, except that the standard only allows one view to be dropped per command, and apart from the IF EXISTS option, which is a PostgreSQL e…Compatibility
CompatibilityCompatibility
END is a PostgreSQL extension that provides functionality equivalent to COMMIT, which is specified in the SQL standard.Compatibility
CompatibilityCompatibility
The SQL standard includes an EXECUTE statement, but it is only for use in embedded SQL. This version of the EXECUTE statement also uses a somewhat different syntax.Compatibility
CompatibilityCompatibility
There is no EXPLAIN statement defined in the SQL standard.
The following syntax was used before PostgreSQL version 9.0 and is still supported:
EXPLAIN [ ANALYZE ] [ VERBOSE ] s…Compatibility
CompatibilityCompatibility
The SQL standard defines FETCH for use in embedded SQL only. The variant of FETCH described here returns the data as if it were a SELECT result rather than placing it in host v…Compatibility
CompatibilityCompatibility
According to the SQL standard, the PRIVILEGES key word in ALL PRIVILEGES is required. The SQL standard does not support setting the privileges on more than one object per comma…Compatibility
CompatibilityCompatibility
The IMPORT FOREIGN SCHEMA command conforms to the SQL standard, except that the OPTIONS clause is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
INSERT conforms to the SQL standard, except that the RETURNING clause is a PostgreSQL extension, as is the ability to use WITH with INSERT, and the ability to specify an altern…Compatibility
CompatibilityCompatibility
There is no LISTEN statement in the SQL standard.Compatibility
CompatibilityCompatibility
LOAD is a PostgreSQL extension.Compatibility
CompatibilityCompatibility
There is no LOCK TABLE in the SQL standard, which instead uses SET TRANSACTION to specify concurrency levels on transactions. PostgreSQL supports that too; see SET TRANSACTION …Compatibility
CompatibilityCompatibility
This command conforms to the SQL standard.
The WITH clause, BY SOURCE and BY TARGET qualifiers to WHEN NOT MATCHED, DO NOTHING action, and RETURNING clause are extensions to th…Compatibility
CompatibilityCompatibility
There is no MOVE statement in the SQL standard.Compatibility
CompatibilityCompatibility
There is no NOTIFY statement in the SQL standard.Compatibility
More results
Find definitions in the PostgreSQL manuals, reference library, and extension catalogue.
pg17: choose a version ex: extensions only ↑↓ select ↵ open