Skip to content

Commit cccfc4e

Browse files
committed
Minor documentation improvements for new string_agg aggregate.
1 parent 296578f commit cccfc4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/func.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.499 2010/02/01 03:14:43 itagaki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.500 2010/02/01 15:38:21 rhaas Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -1790,8 +1790,8 @@
17901790
</table>
17911791

17921792
<para>
1793-
See also <xref linkend="functions-aggregate"> about the aggregate
1794-
function <function>string_agg</function>.
1793+
See also the aggregate function <function>string_agg</function> in
1794+
<xref linkend="functions-aggregate">.
17951795
</para>
17961796

17971797
<table id="conversion-names">
@@ -9945,7 +9945,8 @@ SELECT count(*) FROM sometable;
99459945
</note>
99469946

99479947
<para>
9948-
The aggregate functions <function>array_agg</function>
9948+
The aggregate functions <function>array_agg</function>,
9949+
<function>string_agg</function>,
99499950
and <function>xmlagg</function>, as well as similar user-defined
99509951
aggregate functions, produce meaningfully different result values
99519952
depending on the order of the input values. This ordering is

0 commit comments

Comments
 (0)