SQL Reference Contents
drop aggregate - remove the definition of an aggregate
drop aggregate aggname aggtype
drop aggregate will remove
all reference to an existing aggregate definition. To execute this command
the current user must be the the owner of the aggregate.
--
--Remove
the average aggregate for type int4
--
drop aggregate avg int4
create aggregate(l)
.
Table of Contents