[ADMIN] Database security at the database level.

2001-04-21 Thread Eric Naujock
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

[ADMIN] database security

1998-06-07 Thread Gabor
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

Re: [ADMIN] database security

1998-06-07 Thread Bruce Momjian
> > 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