From 4ad073cf4cb9cc1f3fcd69e9aab13a3c618d1861 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/drop_aggregate.sgml b/doc/src/sgml/ref/drop_aggregate.sgml index 0e333076863..316f3799721 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 -- 2.39.5