From 210a039d4f8fb88e9db5231d5257b9dc56d28c61 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 21 Oct 2002 04:33:39 +0000 Subject: [PATCH] Since ANY is a reserved word, better suggest that ANY be quoted when used for the input type of an aggregate. --- doc/src/sgml/ref/create_aggregate.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index 93a459b40a..9024152fb3 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(*)). -- 2.40.0