pgsql: Copy-editing of row security

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Copy-editing of row security
Date: 2014-09-24 21:46:27
Message-ID: E1XWuOJ-0008Ty-Ei@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Copy-editing of row security

Address a few typos in the row security update, pointed out
off-list by Adam Brightwell. Also include 'ALL' in the list
of commands supported, for completeness.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/afd1d95f5bf0cb48af77e5897eb4c356b5371c7b

Modified Files
--------------
doc/src/sgml/ddl.sgml | 10 +++++-----
src/backend/commands/policy.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-09-25 10:38:00 pgsql: Add -D option to specify data directory to pg_controldata and pg
Previous Message Stephen Frost 2014-09-24 20:33:54 pgsql: Code review for row security.