doc: Fix copy-and-paste mistakes
authorPeter Eisentraut
Tue, 14 Oct 2014 02:10:01 +0000 (22:10 -0400)
committerPeter Eisentraut
Tue, 14 Oct 2014 02:22:20 +0000 (22:22 -0400)
doc/src/sgml/ref/create_aggregate.sgml

index d61a22e7554f5cb54d5925555287508f509d53af..eaa410bc94cf181da4b126286f62d36906232c43 100644 (file)
@@ -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 ]
 )