File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.21 2002/09 /21 18:32:54 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.22 2002/10 /21 04:33:39 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -52,8 +52,8 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> ( BASETYPE =
52
52
<listitem>
53
53
<para>
54
54
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
+ not examine its input values
57
57
(an example is <function>count(*)</function>).
58
58
</para>
59
59
</listitem>
You can’t perform that action at this time.
0 commit comments