diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index 93a459b40a4..9024152fb3f 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -1,5 +1,5 @@ @@ -52,8 +52,8 @@ CREATE AGGREGATE name ( BASETYPE = The input data type on which this aggregate function operates. - This can be specified as ANY for an aggregate that does not - examine its input values + This can be specified as "ANY" for an aggregate that does + not examine its input values (an example is count(*)).