Re: Access restriction

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Davis <jdavis@wasabimg.com>
Cc: pgsql-general@postgresql.org
Date: 2000-11-29T05:12:00Z
Lists: pgsql-general
Jeff Davis <jdavis@wasabimg.com> writes:
> I am trying to set up a database system where each user has his/her own
> database without access outside of it of any kind.

I think you want "sameuser" in pg_hba.conf.

			regards, tom lane