From: Tom Lane Date: Fri, 31 Mar 2000 14:57:05 +0000 (+0000) Subject: CREATE AGGREGATE ref page claimed that a noise-word AS was allowed in X-Git-Tag: REL7_0~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b4886004c09526421226f3172d0fac522eeefc;p=postgresql CREATE AGGREGATE ref page claimed that a noise-word AS was allowed in the syntax ... but gram.y doesn't think so. --- 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 ]