CREATE POLICY expression -> using_expression

Stephen Frost <sfrost@snowman.net>

Commit: bb541812b8f67ae0341fa76fe3bb60f58671b8c7
Author: Stephen Frost <sfrost@snowman.net>
Date: 2015-01-29T03:59:03Z
Releases: 9.5.0
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.

Files

PathChange+/−
doc/src/sgml/ref/create_policy.sgml modified +2 −2