postgresql/doc
Joe Conway 992c9d345f Create a pg_shdepend entry for each role in TO clause of policies.
CreatePolicy() and AlterPolicy() omit to create a pg_shdepend entry for
each role in the TO clause. Fix this by creating a new shared dependency
type called SHARED_DEPENDENCY_POLICY and assigning it to each role.

Reported by Noah Misch. Patch by me, reviewed by Alvaro Herrera.
Back-patch to 9.5 where RLS was introduced.
2015-07-28 16:01:56 -07:00
..
src Create a pg_shdepend entry for each role in TO clause of policies. 2015-07-28 16:01:56 -07:00
bug.template Stamp 9.5alpha1. 2015-06-29 15:42:18 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO