aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-11-13 14:37:32 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-11-13 14:37:32 +0000
commit940c412d7fe1ac9fc779d4f3f181f4928da90ba6 (patch)
treebcb1f2a717f817f6de3844cc77fae060e1f68756 /doc/src
parenta7baa6deed8da2c57ce5927e63fe039cf1e82bbd (diff)
downloadpostgresql-940c412d7fe1ac9fc779d4f3f181f4928da90ba6.tar.gz
postgresql-940c412d7fe1ac9fc779d4f3f181f4928da90ba6.zip
Since the xmlagg section was moved, "below" is no longer accurate.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 92e9e0585a1..f81d8be6644 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.419.2.3 2008/07/07 15:55:28 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.419.2.4 2008/11/13 14:37:32 petere Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -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