Re: leaky views, yet again
bricklen <bricklen@gmail.com>
From: bricklen <bricklen@gmail.com>
To: Kevin Grittner <Kevin.Grittner@wicourts.gov>
Cc: pgsql-hackers@postgresql.org
Date: 2010-10-05T20:37:40Z
Lists: pgsql-hackers
On Tue, Oct 5, 2010 at 1:25 PM, Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote: > Right now this is managed by query classes in our Java applications, > but as we're moving to a variety of new and different technologies > it's getting harder for the DBAs to ensure that nothing is leaking > to inappropriate recipients. :-( I think we're going to need to > move more of the enforcement to database views and/or security > restrictions based on database roles. Does Veil cover some of those needs? http://veil.projects.postgresql.org/curdocs/index.html I've never used it, but from what I recall hearing about it, it did something similar (I thought).