From 58b4886004c09526421226f3172d0fac522eeefc Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 31 Mar 2000 14:57:05 +0000 Subject: [PATCH] CREATE AGGREGATE ref page claimed that a noise-word AS was allowed in the syntax ... but gram.y doesn't think so. --- doc/src/sgml/ref/create_aggregate.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index b279360a5c..44291458d6 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -1,5 +1,5 @@ @@ -24,7 +24,7 @@ Postgres documentation 1999-07-20 -CREATE AGGREGATE name [ AS ] ( BASETYPE = input_data_type +CREATE AGGREGATE name ( BASETYPE = input_data_type [ , SFUNC1 = sfunc1, STYPE1 = state1_type ] [ , SFUNC2 = sfunc2, STYPE2 = state2_type ] [ , FINALFUNC = ffunc ]