File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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> (
5959 [ , FINALFUNC = <replaceable class="PARAMETER">ffunc</replaceable> ]
6060 [ , FINALFUNC_EXTRA ]
6161 [ , 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> ]
6767 [ , MFINALFUNC_EXTRA ]
68- [ , MINITCOND = <replaceable class="PARAMETER">initial_condition </replaceable> ]
68+ [ , MINITCOND = <replaceable class="PARAMETER">minitial_condition </replaceable> ]
6969 [ , SORTOP = <replaceable class="PARAMETER">sort_operator</replaceable> ]
7070)
7171</synopsis>
You can’t perform that action at this time.
0 commit comments