projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
156408e
)
Since ANY is a reserved word, better suggest that ANY be quoted when
author
Tom Lane
Mon, 21 Oct 2002 04:33:39 +0000
(
04:33
+0000)
committer
Tom Lane
Mon, 21 Oct 2002 04:33:39 +0000
(
04:33
+0000)
used for the input type of an aggregate.
doc/src/sgml/ref/create_aggregate.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_aggregate.sgml
b/doc/src/sgml/ref/create_aggregate.sgml
index 93a459b40a47006d2a04c5873e301c24b9514f78..9024152fb3fde08bbf20e30db1fa81cc8a4ddb3d 100644
(file)
--- a/
doc/src/sgml/ref/create_aggregate.sgml
+++ b/
doc/src/sgml/ref/create_aggregate.sgml
@@
-1,5
+1,5
@@
@@
-52,8
+52,8
@@
CREATE AGGREGATE
name
( BASETYPE =
The input data type on which this aggregate function operates.
- This can be specified as
ANY for an aggregate that does not
- examine its input values
+ This can be specified as
"ANY"> for an aggregate that does
+
not
examine its input values
(an example is
count(*)
).