File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ CREATE AGGREGATE <replaceable class="PARAMETER">name</replaceable> (
59
59
[ , FINALFUNC = <replaceable class="PARAMETER">ffunc</replaceable> ]
60
60
[ , FINALFUNC_EXTRA ]
61
61
[ , INITCOND = <replaceable class="PARAMETER">initial_condition</replaceable> ]
62
- [ , MSFUNC = <replaceable class="PARAMETER">sfunc </replaceable> ]
63
- [ , MINVFUNC = <replaceable class="PARAMETER">invfunc </replaceable> ]
64
- [ , MSTYPE = <replaceable class="PARAMETER">state_data_type </replaceable> ]
65
- [ , MSSPACE = <replaceable class="PARAMETER">state_data_size </replaceable> ]
66
- [ , MFINALFUNC = <replaceable class="PARAMETER">ffunc </replaceable> ]
62
+ [ , MSFUNC = <replaceable class="PARAMETER">msfunc </replaceable> ]
63
+ [ , MINVFUNC = <replaceable class="PARAMETER">minvfunc </replaceable> ]
64
+ [ , MSTYPE = <replaceable class="PARAMETER">mstate_data_type </replaceable> ]
65
+ [ , MSSPACE = <replaceable class="PARAMETER">mstate_data_size </replaceable> ]
66
+ [ , MFINALFUNC = <replaceable class="PARAMETER">mffunc </replaceable> ]
67
67
[ , MFINALFUNC_EXTRA ]
68
- [ , MINITCOND = <replaceable class="PARAMETER">initial_condition </replaceable> ]
68
+ [ , MINITCOND = <replaceable class="PARAMETER">minitial_condition </replaceable> ]
69
69
[ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
70
70
)
71
71
</synopsis>
You can’t perform that action at this time.
0 commit comments