diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2015-11-23 21:36:57 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2015-11-23 21:50:46 -0500 |
| commit | b542d940c308d35446e86c2bb273823303afb25c (patch) | |
| tree | d31987fdc3b42c7bb87ea551c9922c9e71bf14be /doc/src/sgml/ref/alter_policy.sgml | |
| parent | f01fcd0e41721510ca76906c670ddb051e628bc1 (diff) | |
doc: Some improvements on CREATE POLICY and ALTER POLICY documentation
Diffstat (limited to 'doc/src/sgml/ref/alter_policy.sgml')
| -rw-r--r-- | doc/src/sgml/ref/alter_policy.sgml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/alter_policy.sgml b/doc/src/sgml/ref/alter_policy.sgml index 2e63206014c..d70bc48f334 100644 --- a/doc/src/sgml/ref/alter_policy.sgml +++ b/doc/src/sgml/ref/alter_policy.sgml @@ -90,11 +90,8 @@ ALTER POLICY <replaceable class="parameter">name</replaceable> ON <replaceable c <term><replaceable class="parameter">using_expression</replaceable></term> <listitem> <para> - The USING expression for the policy. This expression will be added as a - security-barrier qualification to queries which use the table - automatically. If multiple policies are being applied for a given - table then they are all combined and added using OR. The USING - expression applies to records which are being retrieved from the table. + The <literal>USING</literal> expression for the policy. + See <xref linkend="sql-createpolicy"> for details. </para> </listitem> </varlistentry> @@ -103,11 +100,8 @@ ALTER POLICY <replaceable class="parameter">name</replaceable> ON <replaceable c <term><replaceable class="parameter">check_expression</replaceable></term> <listitem> <para> - The with-check expression for the policy. This expression will be - added as a WITH CHECK OPTION qualification to queries which use the - table automatically. If multiple policies are being applied for a - given table then they are all combined and added using OR. The WITH - CHECK expression applies to records which are being added to the table. + The <literal>WITH CHECK</literal> expression for the policy. + See <xref linkend="sql-createpolicy"> for details. </para> </listitem> </varlistentry> |
