summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2015-07-12 02:46:28 +0000
committerBruce Momjian2015-07-12 02:46:28 +0000
commit57057e2124730b4663a02391369f0ac979791e32 (patch)
treeb185464227af5e070ead9b0df9a0c7006dfaf110
parent808ea8fc7bb259ddd810353719cac66e85a608c8 (diff)
doc: fix typo in CREATE POLICY manual page
Backpatch through 9.5
-rw-r--r--doc/src/sgml/ref/create_policy.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml
index e826984633c..56f0124db4f 100644
--- 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