pgsql: CREATE POLICY expression -> using_expression - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: CREATE POLICY expression -> using_expression
Date
Msg-id E1YGgG6-0005ff-KE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
CREATE POLICY expression -> using_expression

The syntax for CREATE POLICY simply used "expression" for the USING
expression, while the WITH CHECK expression was "check_expression".
Given that we have two expressions, it's sensible to explcitly name both
to maintain clarity.

This patch simply changes the generic "expression" to be
"using_expression".

Pointed out by Peter Geoghegan.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Improve CREATE POLICY documentation
Next
From: Stephen Frost
Date:
Subject: pgsql: Reword CREATE POLICY parameter descriptions