|
1 | 1 | <!--
|
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 $ |
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 | +notexamine its input values |
57 | 57 | (an example is <function>count(*)</function>).
|
58 | 58 | </para>
|
59 | 59 | </listitem>
|
|