Re: How to limit access only to certain records?

From: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
To: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
Cc: Andreas <maps(dot)on(at)gmx(dot)net>, pgsql-sql(at)postgresql(dot)org
Subject: Re: How to limit access only to certain records?
Date: 2012-06-24 20:00:35
Message-ID: CAHHcreqmQdttUtGwoYNVGgDwKtY5Cfjkt0620kgSgnvt-0v=qw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

2012/6/24 Craig Ringer <ringerc(at)ringerc(dot)id(dot)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(at)guedesoft(dot)net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas 2012-06-28 01:07:09 How to solve the old bool attributes vs pivoting issue?
Previous Message Craig Ringer 2012-06-24 06:58:28 Re: How to limit access only to certain records?