Commit cccfc4ef authored by Robert Haas's avatar Robert Haas

Minor documentation improvements for new string_agg aggregate.

parent 296578fe
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.499 2010/02/01 03:14:43 itagaki Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.500 2010/02/01 15:38:21 rhaas Exp $ -->
<chapter id="functions"> <chapter id="functions">
<title>Functions and Operators</title> <title>Functions and Operators</title>
...@@ -1790,8 +1790,8 @@ ...@@ -1790,8 +1790,8 @@
</table> </table>
<para> <para>
See also <xref linkend="functions-aggregate"> about the aggregate See also the aggregate function <function>string_agg</function> in
function <function>string_agg</function>. <xref linkend="functions-aggregate">.
</para> </para>
<table id="conversion-names"> <table id="conversion-names">
...@@ -9945,7 +9945,8 @@ SELECT count(*) FROM sometable; ...@@ -9945,7 +9945,8 @@ SELECT count(*) FROM sometable;
</note> </note>
<para> <para>
The aggregate functions <function>array_agg</function> The aggregate functions <function>array_agg</function>,
<function>string_agg</function>,
and <function>xmlagg</function>, as well as similar user-defined and <function>xmlagg</function>, as well as similar user-defined
aggregate functions, produce meaningfully different result values aggregate functions, produce meaningfully different result values
depending on the order of the input values. This ordering is depending on the order of the input values. This ordering is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment