Hi,

Following is perhaps a typo:

-   qualifications of queries which are run against the table the policy
is on,
+   qualifications of queries which are run against the table if the
policy is on,

Attached fixes it if so.

Thanks,
Amit
diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml
index 4c8c001..c28ba2c 100644
--- a/doc/src/sgml/ref/create_policy.sgml
+++ b/doc/src/sgml/ref/create_policy.sgml
@@ -40,7 +40,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
 
   <para>
    A policy is an expression which is added to the security-barrier
-   qualifications of queries which are run against the table the policy is on,
+   qualifications of queries which are run against the table if the policy is on,
    or an expression which is added to the with-check options for a table and
    which is applied to rows which would be added to the table.
    The security-barrier qualifications will always be evaluated prior to any
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to