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