Add support for restrictive RLS policies - Mailing list pgsql-hackers

From Stephen Frost
Subject Add support for restrictive RLS policies
Date
Msg-id 20160901063404.GY4028@tamriel.snowman.net
Whole thread Raw
Responses Re: Add support for restrictive RLS policies  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Greetings,

As outlined in the commit message, this adds support for restrictive RLS
policies.  We've had this in the backend since 9.5, but they were only
available via hooks and therefore extensions.  This adds support for
them to be configured through regular DDL commands.  These policies are,
essentially "AND"d instead of "OR"d.

Includes updates to the catalog, grammer, psql, pg_dump, and regression
tests.  Documentation will be added soon, but until then, would be great
to get feedback on the grammer, catalog and code changes.

Thanks!

Stephen

Attachment

pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: Logical Replication WIP
Next
From: Michael Paquier
Date:
Subject: Re: Proposal for changes to recovery.conf API