summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAlvaro Herrera2010-09-28 15:24:00 +0000
committerAlvaro Herrera2010-09-28 15:24:00 +0000
commit3bb27fb503b421dae5c5d95d75842bbc048f2fab (patch)
tree2e47a718ebbf2cf3d0b0a1c267cf4089931b752c /doc/src
parentf00847dc012e9c5219ef0e8e212d173d24700275 (diff)
Add missing agg_type nonterminal description in new reference page.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/security_label.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml
index 7fce58bc13a..4a3747ceec7 100644
--- a/doc/src/sgml/ref/security_label.sgml
+++ b/doc/src/sgml/ref/security_label.sgml
@@ -101,6 +101,17 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
</varlistentry>
<varlistentry>
+ <term><replaceable class="parameter">arg_type</replaceable></term>
+ <listitem>
+ <para>
+ An input data type on which the aggregate function operates.
+ To reference a zero-argument aggregate function, write <literal>*</>
+ in place of the list of input data types.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><replaceable class="parameter">argmode</replaceable></term>
<listitem>