projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e393fc
)
In the outputs section the NOTICE reads:
author
Bruce Momjian
Wed, 2 May 2001 20:35:21 +0000
(20:35 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/drop_aggregate.sgml
b/doc/src/sgml/ref/drop_aggregate.sgml
index 0e333076863cbc4c19a0cd6b751e8148b11a76ed..316f3799721e0fb59418eff42703a60a795edc15 100644
(file)
--- 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 '
typ
e
' does not exist
+ERROR: RemoveAggregate: aggregate '
agg
' for '
nam
e
' does not exist