In the outputs section the NOTICE reads:
authorBruce Momjian
Wed, 2 May 2001 20:35:21 +0000 (20:35 +0000)
committerBruce Momjian
Wed, 2 May 2001 20:35:21 +0000 (20:35 +0000)
aggregate 'agg' for 'type' does not exist.

Mismatch with synopsis, agg must be name here.

Frank Wegmann

doc/src/sgml/ref/drop_aggregate.sgml

index 0e333076863cbc4c19a0cd6b751e8148b11a76ed..316f3799721e0fb59418eff42703a60a795edc15 100644 (file)
@@ -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