| From: | "Rohit Khare" <rpk(dot)general(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Cc: | "Dave Page" <dpage(at)postgresql(dot)org>, "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, "Andrei Kovalevski" <andyk(at)commandprompt(dot)com> |
| Subject: | Label Security and Fine-grained auditing |
| Date: | 2007-08-04 12:06:44 |
| Message-ID: | 11604f180708040506v1177e391i93d32a4eaaedd2b3@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I once discussed with you all regarding Oracle's FlashBack Query feature to
recover a database to a certain point of time. That time you all suggested
some indepth cons of this and how it is resource hungry.
One more feature that I am not sure PostgreSQL has is, row-level,
column-level security. Oracle call this Label-Security in which you define a
policy for certain columns so that they are not visible to un-authorised
users during SELECT queries. This is an important security enhancement. One
other feature is called Fine-Grained Auditing. Ability to track user
activities. I hope this is in PostgreSQL in one form or the other.
I want to know your views on this.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2007-08-04 12:54:34 | Re: Label Security and Fine-grained auditing |
| Previous Message | Rohit Khare | 2007-08-04 11:58:25 | Re: .NET driver |