Re: Add support for restrictive RLS policies
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Jeevan Chalke <jeevan.chalke@enterprisedb.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Thom Brown <thom@linux.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-11-30T21:54:19Z
Lists: pgsql-hackers
Attachments
- restrict_rls_v5.patch (text/x-diff) patch v5
* Stephen Frost (sfrost@snowman.net) wrote: > * Jeevan Chalke (jeevan.chalke@enterprisedb.com) wrote: > > 4. It will be good if we have an example for this in section > > "5.7. Row Security Policies" > > I haven't added one yet, but will plan to do so. I've now added and cleaned up the Row Security Policies section to discuss restrictive policies and to include an example. I also added some documentation to ALTER POLICY. I've also re-based the patch to current master, but the only conflict was in the pg_dump regression test definition, which was easily corrected. Unless there's further comments, I'll plan to push this sometime tomorrow. Thanks! Stephen
Commits
-
Add support for restrictive RLS policies
- 093129c9d9fc 10.0 landed
-
Include <sys/select.h> where needed
- 51c3e9fade76 10.0 cited
-
Apply table and domain CHECK constraints in name order.
- e5f455f59fed 9.5.0 cited