Re: [HACKERS] Can we hide data from the superadmin

2009-12-30 Thread Alvaro Herrera
Tarun Sharma wrote: > hi, > > i assigned super user privelledge to a user by specifing entries in > pg_hba.conf file as > > hostallnewuser127.1.1.1 md5 > > and the default postgres user is made access to only the default postgres > databse and is no more the super user. > > the p

Re: [HACKERS] Can we hide data from the superadmin

2009-12-30 Thread Tarun Sharma
hi, i assigned super user privelledge to a user by specifing entries in pg_hba.conf file as hostallnewuser127.1.1.1 md5 and the default postgres user is made access to only the default postgres databse and is no more the super user. the problem is that this conf file is available

Re: [HACKERS] Can we hide data from the superadmin

2009-12-29 Thread Magnus Hagander
2009/12/29 Tarun Sharma : > hi > > when a superuser is logged in to the postgres server ,he has priveledge to > access all the databases. > > can we hide the structure of some of the databases from the superuser? > like if he gives command to open such a database the postgres may ask for > access

[HACKERS] Can we hide data from the superadmin

2009-12-29 Thread Tarun Sharma
hi when a superuser is logged in to the postgres server ,he has priveledge to access all the databases. can we hide the structure of some of the databases from the superuser? like if he gives command to open such a database the postgres may ask for access password again. as in Oracle Database