Improve CREATE POLICY documentation

Stephen Frost <sfrost@snowman.net>

Commit: 42f66b27566798d9969791ec6d2acd399c41b60f
Author: Stephen Frost <sfrost@snowman.net>
Date: 2015-01-29T03:16:24Z
Releases: 9.5.0
Improve CREATE POLICY documentation

The CREATE POLICY documention didn't sufficiently clarify what happens
when a given command type (eg: ALL or UPDATE) accepts both USING and
WITH CHECK clauses, but only the USING clause is defined.  Add language
to clarify that, in such a case, the USING clause will be used for both
USING and WITH CHECK cases.

Pointed out by Peter Geoghegan.

Files

PathChange+/−
doc/src/sgml/ref/create_policy.sgml modified +13 −4