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

2006-01-03 Thread Marc Munro
Karsten, The project homepage has a reference to the project documentation. It can be found here: http://veil.projects.postgresql.org/curdocs/index.html If this does not contain what you are looking for, please explain what you need to know as I'd like to improve the documentation. I'm

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

2005-12-31 Thread Karsten Hilbert
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

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

2005-12-31 Thread Karsten Hilbert
On Sat, Dec 31, 2005 at 05:18:19PM +0100, Karsten Hilbert wrote: 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.

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

2005-12-29 Thread Christopher Browne
Hi guys,can you give me some advices about how to improve the security of postgresql? Now I major in the security of postgresql and the destination is create a database with security level of B1(TCSEC),what should I do now,what program language should I use? Well, since PostgreSQL is

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

2005-12-29 Thread Marc Munro
Sting, I'm not entirely sure what you mean by improving the security of postgresql but if you want to implement smart, efficient row-level security you could take a look at Veil http://pgfoundry.org/projects/veil/ Check the project home page for documentation. Veil is still an alpha release but

[GENERAL] I want to know how to improve the security of postgresql

2005-12-28 Thread xiapw
Hi guys,can you give me some advices about how to improve the security of postgresql? Now I major in the security of postgresql and the destination is create a database with security level of B1(TCSEC),what should I do now,what program language should I use? Thanks! Sting

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

2005-12-28 Thread Qingqing Zhou
xiapw [EMAIL PROTECTED] wrote Hi guys,can you give me some advices about how to improve the security of postgresql? Now I major in the security of postgresql and the destination is create a database with security level of B1(TCSEC),what should I do now,what program language should I use?