restricting non superuser from accessing other databases - Mailing list pgsql-general

From David Garamond
Subject restricting non superuser from accessing other databases
Date
Msg-id 413D8D5C.5030403@zara.6.isreserved.com
Whole thread Raw
Responses Re: restricting non superuser from accessing other
List pgsql-general
I am setting up a single PostgreSQL installation to be used by several
users. Can I restrict a database user from connecting and creating
objects in other databases but his/her own? So far I can only restrict a
user from creating more databases or users.

(Yes, I have set up a proper pg_hba.conf, but once a user is connected,
he can switch to another database, e.g. with "\c otherdb" in psql).

--
dave


pgsql-general by date:

Previous
From: Chris Mair
Date:
Subject: Re: postgres 8 performance
Next
From: Devrim GUNDUZ
Date:
Subject: Re: postgres 8 performance