1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

doc: Add some markup

This commit is contained in:
Peter Eisentraut
2017-04-07 22:42:03 -04:00
parent c63172d60f
commit f0e44021df
7 changed files with 34 additions and 34 deletions

View File

@@ -121,20 +121,20 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">PERMISSIVE</replaceable></term>
<term><literal>PERMISSIVE</literal></term>
<listitem>
<para>
Specify that the policy is to be created as a permissive policy.
All permissive policies which are applicable to a given query will
be combined together using the boolean "OR" operator. By creating
permissive policies, administrators can add to the set of records
which can be accessed. Policies are PERMISSIVE by default.
which can be accessed. Policies are permissive by default.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">RESTRICTIVE</replaceable></term>
<term><literal>RESTRICTIVE</literal></term>
<listitem>
<para>
Specify that the policy is to be created as a restrictive policy.