mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
doc: fix typo in CREATE POLICY manual page
Backpatch through 9.5
This commit is contained in:
parent
7236f5b068
commit
5181fc57df
@ -53,7 +53,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
|
|||||||
<para>
|
<para>
|
||||||
Generally, the system will enforce filter conditions imposed using
|
Generally, the system will enforce filter conditions imposed using
|
||||||
security policies prior to qualifications that appear in the query itself,
|
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,
|
user-defined functions which might not be trustworthy. However,
|
||||||
functions and operators marked by the system (or the system
|
functions and operators marked by the system (or the system
|
||||||
administrator) as LEAKPROOF may be evaluated before policy
|
administrator) as LEAKPROOF may be evaluated before policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user