From 44992e68375a27410089ad43a706ffa80f311783 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Oct 2014 22:10:01 -0400 Subject: [PATCH] doc: Fix copy-and-paste mistakes --- doc/src/sgml/ref/create_aggregate.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index d61a22e755..eaa410bc94 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 ] )