pgsql: Do some copy-editing on the docs for row-level security.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Do some copy-editing on the docs for row-level security.
Date: 2016-01-04 01:04:19
Message-ID: E1aFtZL-000545-49@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Do some copy-editing on the docs for row-level security.

Clarifications, markup improvements, corrections of misleading or
outright wrong statements.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/35adf6e44cb65111f7caf5a9988c0738790ef02d

Modified Files
--------------
doc/src/sgml/ddl.sgml | 178 ++++++++++++++------------
doc/src/sgml/ref/alter_policy.sgml | 23 +++-
doc/src/sgml/ref/create_policy.sgml | 241 +++++++++++++++++++----------------
doc/src/sgml/ref/drop_policy.sgml | 9 +-
4 files changed, 246 insertions(+), 205 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-04 01:53:49 pgsql: Fix bogus lock release in RemovePolicyById and RemoveRoleFromObj
Previous Message Tom Lane 2016-01-03 21:26:44 pgsql: Guard against null arguments in binary_upgrade_create_empty_exte