Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ef5b2d

Browse files
committed
Fix typos in SECURITY LABEL documentation.
KaiGai Kohei
1 parent 8dd2ede commit 3ef5b2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/ref/security_label.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
8282
<term><replaceable class="parameter">function_name</replaceable></term>
8383
<listitem>
8484
<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,
8686
aggregates, domains, foreign tables, functions, sequences, types, and
8787
views can be schema-qualified.
8888
</para>
@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
120120
The mode of a function argument: <literal>IN</>, <literal>OUT</>,
121121
<literal>INOUT</>, or <literal>VARIADIC</>.
122122
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
125125
arguments are needed to determine the function's identity.
126126
So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
127127
and <literal>VARIADIC</> arguments.
@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
135135
<listitem>
136136
<para>
137137
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
140140
types are needed to determine the function's identity.
141141
</para>
142142
</listitem>

0 commit comments

Comments
 (0)