DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2e5fda7b7e0613b4b7c69d69b609e639deac7c17
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-03T20:54:22Z
Releases: 7.2.1
DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax
'aggname (aggtype)'.  The old syntax 'aggname aggtype' is still accepted
for backwards compatibility.  Fix pg_dump, which was actually broken for
most cases of user-defined aggregates.  Clean up error messages associated
with these commands.

Files