]> 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)
commit162477a63d3c0fd1c31197717140a88077a8d0aa
tree00be039777fe4491d5f926b1cd3f9d9af21f5001
parent8529686ccbb9f1c2fe350920ad324c223135a957
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