I am looking for a way I can make an individual user or group of users be
able to have free reign over a specific database in the postgresql system
but not be able to see or modify any other of the databases installed on
the system.
Does anyone have any docs on how one would go about doing thi
How do I ensure that a user cannot open someone else's database and
create tables there? Right now all users have to use passwords and
they cannot see each others tables when they log into someone else's
database but they can create tables which the owner of the database
cannot remove. This is a
>
> How do I ensure that a user cannot open someone else's database and
> create tables there? Right now all users have to use passwords and
> they cannot see each others tables when they log into someone else's
> database but they can create tables which the owner of the database
> cannot remov