From: Bruce Momjian Date: Sun, 12 Jul 2015 02:46:28 +0000 (-0400) Subject: doc: fix typo in CREATE POLICY manual page X-Git-Tag: XL9_5_R1BETA1~125^2~344 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5181fc57dfb98b39d059908e04a0628ee6e65efc;p=postgres-xl.git doc: fix typo in CREATE POLICY manual page Backpatch through 9.5 --- diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml index e826984633..56f0124db4 100644 --- a/doc/src/sgml/ref/create_policy.sgml +++ b/doc/src/sgml/ref/create_policy.sgml @@ -53,7 +53,7 @@ CREATE POLICY name ON 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