Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3ef5b2df
Commit
3ef5b2df
authored
13 years ago
by
Robert Haas
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in SECURITY LABEL documentation.
KaiGai Kohei
parent
8dd2ede3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/security_label.sgml
+5
-5
5 additions, 5 deletions
doc/src/sgml/ref/security_label.sgml
with
5 additions
and
5 deletions
doc/src/sgml/ref/security_label.sgml
+
5
−
5
View file @
3ef5b2df
...
...
@@ -82,7 +82,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
<term><replaceable class="parameter">function_name</replaceable></term>
<listitem>
<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
views can be schema-qualified.
</para>
...
...
@@ -120,8 +120,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
The mode of a function argument: <literal>IN</>, <literal>OUT</>,
<literal>INOUT</>, or <literal>VARIADIC</>.
If omitted, the default is <literal>IN</>.
Note that <command>
COMMENT
ON FUNCTION</command> does not actually
pay
any attention to <literal>OUT</> arguments, since only the input
Note that <command>
SECURITY LABEL
ON FUNCTION</command> does not actually
pay
any attention to <literal>OUT</> arguments, since only the input
arguments are needed to determine the function's identity.
So it is sufficient to list the <literal>IN</>, <literal>INOUT</>,
and <literal>VARIADIC</> arguments.
...
...
@@ -135,8 +135,8 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
<listitem>
<para>
The name of a function argument.
Note that <command>
COMMENT
ON FUNCTION</command> does not actually
pay
any attention to argument names, since only the argument data
Note that <command>
SECURITY LABEL
ON FUNCTION</command> does not actually
pay
any attention to argument names, since only the argument data
types are needed to determine the function's identity.
</para>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment