From: Bruce Momjian Date: Wed, 2 May 2001 20:35:21 +0000 (+0000) Subject: In the outputs section the NOTICE reads: X-Git-Tag: REL7_1_1~25 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4ad073cf4cb9cc1f3fcd69e9aab13a3c618d1861;p=users%2Fc2main%2Fpostgres.git In the outputs section the NOTICE reads: aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann --- diff --git a/doc/src/sgml/ref/drop_aggregate.sgml b/doc/src/sgml/ref/drop_aggregate.sgml index 0e33307686..316f379972 100644 --- a/doc/src/sgml/ref/drop_aggregate.sgml +++ b/doc/src/sgml/ref/drop_aggregate.sgml @@ -1,5 +1,5 @@ @@ -81,7 +81,7 @@ DROP -ERROR: RemoveAggregate: aggregate 'agg' for 'type' does not exist +ERROR: RemoveAggregate: aggregate 'agg' for 'name' does not exist