pgsql: Reword CREATE POLICY parameter descriptions

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reword CREATE POLICY parameter descriptions
Date: 2015-01-29 04:22:02
Message-ID: E1YGgcE-00063Y-QB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reword CREATE POLICY parameter descriptions

The parameter description for the using_expression and check_expression
in CREATE POLICY were unclear and arguably included a typo. Clarify
and improve the consistency of that language.

Pointed out by Dean Rasheed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c993b3aceb7e0ccf32b59280b266b1f4f7b077e

Modified Files
--------------
doc/src/sgml/ref/create_policy.sgml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-01-29 15:29:44 pgsql: Move out-of-memory error checks from aset.c to mcxt.c
Previous Message Stephen Frost 2015-01-29 03:59:10 pgsql: CREATE POLICY expression -> using_expression