Re: [COMMITTERS] pgsql: Add support for restrictive RLS policies

2016-12-06 Thread Stephen Frost
Andres, * Andres Freund (and...@anarazel.de) wrote: > On 2016-12-05 20:51:02 +, Stephen Frost wrote: > > Add support for restrictive RLS policies > This is missing a catversion bump. Ewps, apologies and thanks for pointing it out. Fixed. Stephen signature.asc Description: Digital signatu

Re: [COMMITTERS] pgsql: Add support for restrictive RLS policies

2016-12-05 Thread Andres Freund
On 2016-12-05 20:51:02 +, Stephen Frost wrote: > Add support for restrictive RLS policies > Modified Files > -- > src/backend/nodes/copyfuncs.c | 1 + > src/backend/nodes/equalfuncs.c| 1 + > src/backend/parser/gram.y | 43 +++-- > src/incl

[COMMITTERS] pgsql: Add support for restrictive RLS policies

2016-12-05 Thread Stephen Frost
Add support for restrictive RLS policies We have had support for restrictive RLS policies since 9.5, but they were only available through extensions which use the appropriate hooks. This adds support into the grammer, catalog, psql and pg_dump for restrictive RLS policies, thus reducing the cases