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
eff091cc
Commit
eff091cc
authored
Oct 02, 2015
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Make some index terms and terminology more consistent
parent
241e6844
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+2
-11
doc/src/sgml/ref/create_policy.sgml
doc/src/sgml/ref/create_policy.sgml
+1
-1
doc/src/sgml/ref/create_role.sgml
doc/src/sgml/ref/create_role.sgml
+1
-1
No files found.
doc/src/sgml/ddl.sgml
View file @
eff091cc
...
...
@@ -1512,20 +1512,11 @@ REVOKE ALL ON accounts FROM PUBLIC;
<
title
>
Row
Security
Policies
</
title
>
<
indexterm
zone
=
"ddl-rowsecurity"
>
<
primary
>
rowsecurity
</
primary
>
<
primary
>
row
security
</
primary
>
</
indexterm
>
<
indexterm
zone
=
"ddl-rowsecurity"
>
<
primary
>
rls
</
primary
>
</
indexterm
>
<
indexterm
>
<
primary
>
policies
</
primary
>
<
see
>
policy
</
see
>
</
indexterm
>
<
indexterm
zone
=
"ddl-rowsecurity"
>
<
primary
>
POLICY
</
primary
>
<
primary
>
policy
</
primary
>
</
indexterm
>
<
para
>
...
...
doc/src/sgml/ref/create_policy.sgml
View file @
eff091cc
...
...
@@ -112,7 +112,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
the user running the overall query. Therefore, users who are using a given
policy must be able to access any tables or functions referenced in the
expression or they will simply receive a permission denied error when
attempting to query the
RLS-enabled table
. This does not change how views
attempting to query the
table that has row-level security enabled
. This does not change how views
work, however. As with normal queries and views, permission checks and
policies for the tables which are referenced by a view will use the view
owner's rights and any policies which apply to the view owner.
...
...
doc/src/sgml/ref/create_role.sgml
View file @
eff091cc
...
...
@@ -196,7 +196,7 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
<term><literal>NOBYPASSRLS</literal></term>
<listitem>
<para>
These clauses determine whether a role is allowed to bypass row-
security
These clauses determine whether a role is allowed to bypass row-
level security (RLS)
policies. A role having the <literal>BYPASSRLS</literal> attribute will
be allowed to bypass row-security policies by setting
<literal>row_security</literal> to
...
...
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