projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7702f3
)
Since the xmlagg section was moved, "below" is no longer accurate.
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 13 Nov 2008 14:37:32 +0000
(14:37 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 13 Nov 2008 14:37:32 +0000
(14:37 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index ed3dddbdb691c2e31689cba05514223f019b9e65..6a64d46566cfb3956f479d86a7ebb4c579d2270a 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-8262,7
+8262,7
@@
SELECT xmlroot(xmlparse(document '<?xml version="1.1"?><content>abc</content>'),
<para>
The function <function>xmlagg</function> is, unlike the other
- functions
below
, an aggregate function. It concatenates the
+ functions
described here
, an aggregate function. It concatenates the
input values to the aggregate function call,
like <function>xmlconcat</function> does.
See <xref linkend="functions-aggregate"> for general information