pgsql: Reword CREATE POLICY parameter descriptions - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Reword CREATE POLICY parameter descriptions
Date
Msg-id E1YGgcE-00063Y-QB@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: CREATE POLICY expression -> using_expression
Next
From: Robert Haas
Date:
Subject: pgsql: Move out-of-memory error checks from aset.c to mcxt.c