From: Bruce Momjian Date: Wed, 2 May 2001 20:35:21 +0000 (+0000) Subject: In the outputs section the NOTICE reads: X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=dfb0cbfc01463d604998a88685864f326e2d636c;p=users%2Fbernd%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 0f5e0f297d..5b717e1978 100644 --- a/doc/src/sgml/ref/drop_aggregate.sgml +++ b/doc/src/sgml/ref/drop_aggregate.sgml @@ -81,7 +81,7 @@ DROP -ERROR: RemoveAggregate: aggregate 'agg' for 'type' does not exist +ERROR: RemoveAggregate: aggregate 'agg' for 'name' does not exist