Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcccfc4e

Browse files
committed
Minor documentation improvements for new string_agg aggregate.
1 parent296578f commitcccfc4e

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/0103:14:43 itagaki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.500 2010/02/0115: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 alsotheaggregate 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)

[8]ページ先頭

©2009-2025 Movatter.jp