Re: [GENERAL] security labels or sensitivity markings

2014-07-14 Thread Stephen Frost
* sumita (su...@avaya.com) wrote: > Does postgresql support the use of security labels or sensitivity markings? For tables, yes, but not yet for rows/RLS. There is ongoing work in this area and the hope is that there will be some form of RLS in 9.5. As mentioned, security barrier views can be u

Re: [GENERAL] security labels or sensitivity markings

2014-07-14 Thread Geoff Montee
On Mon, Jul 14, 2014 at 2:23 AM, sumita wrote: > Does postgresql support the use of security labels or sensitivity > markings? > > > If what you want is some kind of row-level security, you have to roll your own when using PostgreSQL. Security_barrier views are a good option for this. See: http