Re: Re: database access

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: database access
Date: 2001-03-13 05:07:55
Message-ID: 18178.984460075@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> Howcome that all users i create have permission to view and edit all
>> databases that i create. I want 1 user for each database. Anyone?

The "sameuser" option in pg_hba.conf may offer a solution. This allows
access only to a database named the same as the user.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2001-03-13 07:31:21 Re: Data type for storing images?
Previous Message Tim Frank 2001-03-13 04:52:39 Re: database access