pgsql: Improve the CREATE POLICY documentation.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve the CREATE POLICY documentation.
Date: 2017-09-27 16:26:27
Message-ID: E1dxFAJ-0007rX-JN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve the CREATE POLICY documentation.

Provide a correct description of how multiple policies are combined,
clarify when SELECT permissions are required, mention SELECT FOR
UPDATE/SHARE, and do some other more minor tidying up.

Reviewed by Stephen Frost

Discussion: https://postgr.es/m/CAEZATCVrxyYbOFU8XbGHicz%2BmXPYzw%3DhfNL2XTphDt-53TomQQ%40mail.gmail.com

Back-patch to 9.5.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a21eb31b6deb0f76e8304fb9f12df272ed59f0c

Modified Files
--------------
doc/src/sgml/ref/create_policy.sgml | 170 +++++++++++++++++++++++-------------
1 file changed, 108 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-27 19:14:15 Re: pgsql: Improve vpath support in plperl build
Previous Message Peter Eisentraut 2017-09-27 15:51:49 pgsql: Improve vpath support in plperl build