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
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
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
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