pgsql: Doc: add a summary table to the CREATE POLICY docs. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Doc: add a summary table to the CREATE POLICY docs.
Date
Msg-id E1eICiZ-0003wX-UB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: add a summary table to the CREATE POLICY docs.

This table summarizes which RLS policy expressions apply to each
command type, and whether they apply to the old or new tuples (or
both), which saves reading through a lot of text.

Rod Taylor, hacked on by me. Reviewed by Fabien Coelho.

Discussion: https://postgr.es/m/CAHz80e4HxJShm6m9ZWFrHW=pgd2KP=RZmfFnEccujtPMiAOW5Q@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5339ac09502158d1c2b9503d077ad9a7114d620

Modified Files
--------------
doc/src/sgml/ref/create_policy.sgml | 104 +++++++++++++++++++++++++++++++++++-
1 file changed, 103 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix unstable regression test added by commits 59b71c6fe et al.
Next
From: Dean Rasheed
Date:
Subject: pgsql: Fix broken XML in CREATE POLICY sgml.