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-Tag: REL8_3_6~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940c412d7fe1ac9fc779d4f3f181f4928da90ba6;p=thirdparty%2Fpostgresql.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 92e9e0585a1..f81d8be6644 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -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