From dfb0cbfc01463d604998a88685864f326e2d636c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 2 May 2001 20:35:21 +0000 Subject: [PATCH] In the outputs section the NOTICE reads: aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann --- doc/src/sgml/ref/drop_aggregate.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5