From 5dc4b50b028f430f639c74f5d449ac8ec27d3cf5 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Oct 2014 22:10:01 -0400 Subject: doc: Fix copy-and-paste mistakes --- doc/src/sgml/ref/create_aggregate.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index d61a22e7554..eaa410bc94c 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -59,13 +59,13 @@ CREATE AGGREGATE name ( [ , FINALFUNC = ffunc ] [ , FINALFUNC_EXTRA ] [ , INITCOND = initial_condition ] - [ , MSFUNC = sfunc ] - [ , MINVFUNC = invfunc ] - [ , MSTYPE = state_data_type ] - [ , MSSPACE = state_data_size ] - [ , MFINALFUNC = ffunc ] + [ , MSFUNC = msfunc ] + [ , MINVFUNC = minvfunc ] + [ , MSTYPE = mstate_data_type ] + [ , MSSPACE = mstate_data_size ] + [ , MFINALFUNC = mffunc ] [ , MFINALFUNC_EXTRA ] - [ , MINITCOND = initial_condition ] + [ , MINITCOND = minitial_condition ] [ , SORTOP = sort_operator ] ) -- cgit v1.2.3