Commit 3ef5b2df authored by Robert Haas's avatar Robert Haas

Fix typos in SECURITY LABEL documentation.

KaiGai Kohei
parent 8dd2ede3
...@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON ...@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
<term><replaceable class="parameter">function_name</replaceable></term> <term><replaceable class="parameter">function_name</replaceable></term>
<listitem> <listitem>
<para> <para>
The name of the object to be commented. Names of tables, The name of the object to be labeled. Names of tables,
aggregates, domains, foreign tables, functions, sequences, types, and aggregates, domains, foreign tables, functions, sequences, types, and
views can be schema-qualified. views can be schema-qualified.
</para> </para>
...@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON ...@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
The mode of a function argument: <literal>IN</>, <literal>OUT</>, The mode of a function argument: <literal>IN</>, <literal>OUT</>,
<literal>INOUT</>, or <literal>VARIADIC</>. <literal>INOUT</>, or <literal>VARIADIC</>.
If omitted, the default is <literal>IN</>. If omitted, the default is <literal>IN</>.
Note that <command>COMMENT ON FUNCTION</command> does not actually pay Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
any attention to <literal>OUT</> arguments, since only the input pay any attention to <literal>OUT</> arguments, since only the input
arguments are needed to determine the function's identity. arguments are needed to determine the function's identity.
So it is sufficient to list the <literal>IN</>, <literal>INOUT</>, So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
and <literal>VARIADIC</> arguments. and <literal>VARIADIC</> arguments.
...@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON ...@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
<listitem> <listitem>
<para> <para>
The name of a function argument. The name of a function argument.
Note that <command>COMMENT ON FUNCTION</command> does not actually pay Note that <command>SECURITY LABEL ON FUNCTION</command> does not actually
any attention to argument names, since only the argument data pay any attention to argument names, since only the argument data
types are needed to determine the function's identity. types are needed to determine the function's identity.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment