Thread: sepgsql and row-level security

sepgsql and row-level security

From
Heikki Linnakangas
Date:
The docs on sepgsql says
(http://www.postgresql.org/docs/9.5/static/sepgsql.html#SEPGSQL-LIMITATIONS):

> PostgreSQL does not support row-level access; therefore, sepgsql does
> not support it either.

Should that be adjusted for 9.5?

- Heikki


Re: sepgsql and row-level security

From
Stephen Frost
Date:
Heikki,

* Heikki Linnakangas (hlinnakangas@pivotal.io) wrote:
> The docs on sepgsql says (http://www.postgresql.org/docs/9.5/static/sepgsql.html#SEPGSQL-LIMITATIONS):
>
> >PostgreSQL does not support row-level access; therefore, sepgsql does
> >not support it either.
>
> Should that be adjusted for 9.5?

Yes, we should note in the 9.5 docs that PG supports RLS, but sepgsql
does not yet.

I'll make that change soon.

Thanks!

Stephen

Attachment

Re: sepgsql and row-level security

From
Stephen Frost
Date:
Heikki,

* Heikki Linnakangas (hlinnakangas@pivotal.io) wrote:
> The docs on sepgsql says (http://www.postgresql.org/docs/9.5/static/sepgsql.html#SEPGSQL-LIMITATIONS):
>
> >PostgreSQL does not support row-level access; therefore, sepgsql does
> >not support it either.
>
> Should that be adjusted for 9.5?

Done.

Thanks!

Stephen

Attachment