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

Commit210a039

Browse files
committed
Since ANY is a reserved word, better suggest that ANY be quoted when
used for the input type of an aggregate.
1 parent156408e commit210a039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_aggregate.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.21 2002/09/2118:32:54 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.22 2002/10/2104:33:39 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
5252
<listitem>
5353
<para>
5454
The input data type on which this aggregate function operates.
55-
This can be specified as ANY for an aggregate that does not
56-
examine its input values
55+
This can be specified as<literal>"ANY"</> for an aggregate that does
56+
notexamine its input values
5757
(an example is <function>count(*)</function>).
5858
</para>
5959
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp