postgresql/doc
Stephen Frost 46ae55c372 Improve CREATE POLICY documentation
Clarify that SELECT policies are now applied when SELECT rights
are required for a given query, even if the query is an UPDATE or
DELETE query.  Pointed out by Noah.

Additionally, note the risk regarding concurrently open transactions
where a relation which controls access to the rows of another relation
are updated and the rows of the primary relation are also being
modified.  Pointed out by Peter Geoghegan.

Back-patch to 9.5.
2015-12-15 10:08:14 -05:00
..
src Improve CREATE POLICY documentation 2015-12-15 10:08:14 -05:00
bug.template Stamp 9.5beta2. 2015-11-09 14:54:00 -05:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO