Re: [HACKERS] SE-PostgreSQL and row level security

2009-02-18 Thread BogDan Vatra
> Pavel Stehule wrote: >> 2009/2/17 Josh Berkus : >>> All, >>> >>> I thought we'd agreed to compromise on having SE without row-level in >>> 8.4, >>> and working on SE with row-level in 8.5. Why are we revisiting this >>> argument? 8.4 is *already* late; arguing further about the terms of SE >>>

Re: [HACKERS] SE-PostgreSQL and row level security

2009-02-15 Thread BogDan Vatra
> On Fri, Feb 13, 2009 at 02:29:39PM +0200, BogDan Vatra wrote: >> [..] >> >> A message for postgresql decision board: >> >> >> >> Dear postgresql hackers, if I can do something to push row level >> >> acl for 8.4 please tell me, I do an

Re: [HACKERS] SE-PostgreSQL and row level security

2009-02-13 Thread BogDan Vatra
[..] >> A message for postgresql decision board: >> >>Dear postgresql hackers, if I can do something to push row level acl >> for 8.4 please tell me, I do anything to have this feature, it will >> help me, and I hope many others, this feature will help to develop >> client to postgres applicati

Re: [HACKERS] SE-PostgreSQL and row level security

2009-02-11 Thread BogDan Vatra
Hi, [...] > > In my understanding, the row-level ACLs feature (plus a bit enhancement) can > help your requirements. I developed it with SE-PostgreSQL in parallel, but also postponed to v8.5 series. > It enables to assign database ACLs on individual tuples, and filter out violated tupled from the r

[HACKERS] SE-PostgreSQL and row level security

2009-02-10 Thread BogDan Vatra
level security, this seems to be very hard to do. - the possibility to create "FOREIGN KEY"s who reference views or the possibility to "CHECK" a cell of a row with a subquery in our example something like this:"CHECK (id_customer IN (select id from view_customers))&qu