Tom, all,
* Tom Lane (t...@sss.pgh.pa.us) wrote:
> Robert Haas writes:
> > On Wed, Nov 2, 2016 at 10:46 PM, Sounak Chakraborty
> > wrote:
> >> But my doubt is why this feature is not enabled in case of Foreign Table.
> >> (ALTER FOREIGN TABLE doesn't have a option of enabling Row Level Securit
Robert Haas writes:
> On Wed, Nov 2, 2016 at 10:46 PM, Sounak Chakraborty wrote:
>> But my doubt is why this feature is not enabled in case of Foreign Table.
>> (ALTER FOREIGN TABLE doesn't have a option of enabling Row Level Security).
>> Is this is not implemented due to some limitations in th
On Wed, Nov 2, 2016 at 10:46 PM, Sounak Chakraborty wrote:
> Row level security feature implementation in Postgres is through policy and
> the row security qualifier is attached as a subquery to the main query before
> query planning. The RLS is implemented through ALTER TABLE STATEMENT.
> But m