projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7236f5b
)
doc: fix typo in CREATE POLICY manual page
author
Bruce Momjian
<bruce@momjian.us>
Sun, 12 Jul 2015 02:46:28 +0000
(22:46 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 12 Jul 2015 02:46:28 +0000
(22:46 -0400)
Backpatch through 9.5
doc/src/sgml/ref/create_policy.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_policy.sgml
b/doc/src/sgml/ref/create_policy.sgml
index e826984633c474513bfdb6f14ae6fb837492d4ce..56f0124db4fe9610ace760237c70b247f8e5ba31 100644
(file)
--- a/
doc/src/sgml/ref/create_policy.sgml
+++ b/
doc/src/sgml/ref/create_policy.sgml
@@
-53,7
+53,7
@@
CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
<para>
Generally, the system will enforce filter conditions imposed using
security policies prior to qualifications that appear in the query itself,
- in order to
the
prevent the inadvertent exposure of the protected data to
+ in order to prevent the inadvertent exposure of the protected data to
user-defined functions which might not be trustworthy. However,
functions and operators marked by the system (or the system
administrator) as LEAKPROOF may be evaluated before policy