]> granicus.if.org Git - postgresql/commit
Doc: improve documentation about inheritance.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Oct 2016 15:46:25 +0000 (11:46 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Oct 2016 15:46:25 +0000 (11:46 -0400)
commitfab220b415700ac29637465e96f6745ec6e1cdb6
tree76d3bada69810821ca5c6e024d1d52407033e0d1
parente9c0335c3306f7737c7b3fc0cf0c36ff19397e19
Doc: improve documentation about inheritance.

Clarify documentation about inheritance of check constraints, in
particular mentioning the NO INHERIT option, which didn't exist when
this text was written.

Document that in an inherited query, the applicable row security policies
are those of the explicitly-named table, not its children.  This is the
intended behavior (per off-list discussion with Stephen Frost), and there
are regression tests for it, but it wasn't documented anywhere user-facing
as far as I could find.

Do a bit of wordsmithing on the description of inherited access-privilege
checks.

Back-patch to 9.5 where RLS was added.
doc/src/sgml/ddl.sgml