From: Peter Eisentraut Date: Thu, 13 Nov 2008 14:37:32 +0000 (+0000) Subject: Since the xmlagg section was moved, "below" is no longer accurate. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e1f13020bf3f23bcedc6243bdfe482a3d0a552a9;p=users%2Fbernd%2Fpostgres.git Since the xmlagg section was moved, "below" is no longer accurate. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index ed3dddbdb6..6a64d46566 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -8262,7 +8262,7 @@ SELECT xmlroot(xmlparse(document 'abc'), The function xmlagg 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 xmlconcat does. See for general information