From e1f13020bf3f23bcedc6243bdfe482a3d0a552a9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Nov 2008 14:37:32 +0000 Subject: [PATCH] Since the xmlagg section was moved, "below" is no longer accurate. --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5