Skip to content
Snippets Groups Projects
Commit 210a039d authored by Tom Lane's avatar Tom Lane
Browse files

Since ANY is a reserved word, better suggest that ANY be quoted when

used for the input type of an aggregate.
parent 156408e9
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.21 2002/09/21 18:32:54 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.22 2002/10/21 04:33:39 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE = ...@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
<listitem> <listitem>
<para> <para>
The input data type on which this aggregate function operates. The input data type on which this aggregate function operates.
This can be specified as ANY for an aggregate that does not This can be specified as <literal>"ANY"</> for an aggregate that does
examine its input values not examine its input values
(an example is <function>count(*)</function>). (an example is <function>count(*)</function>).
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment