@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
82
82
<term><replaceable class="parameter">function_name</replaceable></term>
83
83
<listitem>
84
84
<para>
85
- The name of the object to be commented . Names of tables,
85
+ The name of the object to be labeled . Names of tables,
86
86
aggregates, domains, foreign tables, functions, sequences, types, and
87
87
views can be schema-qualified.
88
88
</para>
@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
120
120
The mode of a function argument: <literal>IN</>, <literal>OUT</>,
121
121
<literal>INOUT</>, or <literal>VARIADIC</>.
122
122
If omitted, the default is <literal>IN</>.
123
- Note that <command>COMMENT ON FUNCTION</command> does not actually pay
124
- any attention to <literal>OUT</> arguments, since only the input
123
+ Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
124
+ pay any attention to <literal>OUT</> arguments, since only the input
125
125
arguments are needed to determine the function's identity.
126
126
So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
127
127
and <literal>VARIADIC</> arguments.
@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
135
135
<listitem>
136
136
<para>
137
137
The name of a function argument.
138
- Note that <command>COMMENT ON FUNCTION</command> does not actually pay
139
- any attention to argument names, since only the argument data
138
+ Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
139
+ pay any attention to argument names, since only the argument data
140
140
types are needed to determine the function's identity.
141
141
</para>
142
142
</listitem>
0 commit comments