From: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Doc: add a summary table to the CREATE POLICY docs. |
Date: | 2017-11-24 12:04:27 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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.
Branch
------
REL9_5_STABLE
Modified Files
--------------
doc/src/sgml/ref/create_policy.sgml | 104 +++++++++++++++++++++++++++++++++++-
1 file changed, 103 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2017-11-24 14:00:29 | pgsql: Fix broken XML in CREATE POLICY sgml. |
Previous Message | Tom Lane | 2017-11-24 05:29:27 | pgsql: Fix unstable regression test added by commits 59b71c6fe et al. |