GNU/Linux |
RedHat 5.2(Apollo) |
|
![]() |
drop_aggregate(l) |
![]() |
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).
![]() |
drop_aggregate(l) | ![]() |