Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3ef5b2df
Commit
3ef5b2df
authored
May 06, 2011
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in SECURITY LABEL documentation.
KaiGai Kohei
parent
8dd2ede3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/src/sgml/ref/security_label.sgml
doc/src/sgml/ref/security_label.sgml
+5
-5
No files found.
doc/src/sgml/ref/security_label.sgml
View file @
3ef5b2df
...
@@ -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
comment
ed. Names of tables,
The name of the object to be
label
ed. 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 pa
y
Note that <command>
SECURITY LABEL ON FUNCTION</command> does not actuall
y
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 pa
y
Note that <command>
SECURITY LABEL ON FUNCTION</command> does not actuall
y
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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment