Re: I want to know how to improve the security of postgresql

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: I want to know how to improve the security of postgresql
Date: 2005-12-31 16:18:19
Message-ID: 20051231161819.GS5677@merkur.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 29, 2005 at 09:22:09AM -0800, Marc Munro wrote:

> http://pgfoundry.org/projects/veil/
Marc, is there a higher level written summary available
somewhere to be read to understand conceptually how you
implemented row level security ?

We will (in GNUmed) eventually have to implement row level
security. The current thinking is by restricting access to
the tables and setting up views that always do "... where
user=current_user" to limit the viewable data set.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2005-12-31 16:25:44 veil docs
Previous Message Matthew T. O'Connor 2005-12-31 15:34:51 Re: solving wraparound