File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments