Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ef5b2d

Browse files
committed
Fix typos in SECURITY LABEL documentation.
KaiGai Kohei
1 parent8dd2ede commit3ef5b2d

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 becommented. Names of tables,
85+
The name of the object to belabeled. 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>COMMENTON FUNCTION</command> does not actually pay
124-
any attention to <literal>OUT</> arguments, since only the input
123+
Note that <command>SECURITY LABELON FUNCTION</command> does not actually
124+
payany 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>COMMENTON FUNCTION</command> does not actually pay
139-
any attention to argument names, since only the argument data
138+
Note that <command>SECURITY LABELON FUNCTION</command> does not actually
139+
payany 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)

[8]ページ先頭

©2009-2025 Movatter.jp