Re: How to limit access only to certain records? - Mailing list pgsql-sql

From Dickson S. Guedes
Subject Re: How to limit access only to certain records?
Date
Msg-id CAHHcreqmQdttUtGwoYNVGgDwKtY5Cfjkt0620kgSgnvt-0v=qw@mail.gmail.com
Whole thread Raw
In response to Re: How to limit access only to certain records?  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-sql
2012/6/24 Craig Ringer <ringerc@ringerc.id.au>:
> As far as I know PostgreSQL does not currently offer native facilities for
> row-level access control (except possibly via SEPostgreSQL
> http://wiki.postgresql.org/wiki/SEPostgreSQL_Introduction).

Yes. Row-level access was in SEPostgreSQL's drafts but after many discussions
the conclusion is that since PostgreSQL doesn't support row-level access
sepgsql, that is in contrib [1] nowadays, does not support it either.

[1] http://www.postgresql.org/docs/9.1/static/sepgsql.html

Regards.
-- 
Dickson S. Guedes
mail/xmpp: guedes@guedesoft.net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br


pgsql-sql by date:

Previous
From: Craig Ringer
Date:
Subject: Re: How to limit access only to certain records?
Next
From: Andreas
Date:
Subject: How to solve the old bool attributes vs pivoting issue?