Contents
DROP AGGREGATE
A DDL command for removing an aggregate function
DROP AGGREGATE
is a DDL command for removing an aggregate function.
DROP AGGREGATE
has always been present in PostgreSQL.
Change history
- PostgreSQL 9.4
- support for VARIADIC aggregates added (commit 0d3f4406)
- PostgreSQL 8.2
- PostgreSQL 7.3
CASCADE
andRESTRICT
clauses added (commit 7c6df91d)
References
- PostgreSQL documentation: DROP AGGREGATE