Re: User DB Access - RESTRICTIONS

From: "Vishal Arora" <aroravishal22(at)hotmail(dot)com>
To: msramsey22(at)yahoo(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: User DB Access - RESTRICTIONS
Date: 2007-05-28 03:53:01
Message-ID: BAY123-F321C0249A913B68A398349A9280@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>From: Marsha Ramsey <msramsey22(at)yahoo(dot)com>
>To: pgsql-admin(at)postgresql(dot)org
>Subject: [ADMIN] User DB Access - RESTRICTIONS
>Date: Fri, 25 May 2007 07:49:01 -0700 (PDT)
>
>Hello all,
>
>How to make a postgres user have access to only one database,

Configure it in pg_hba.conf file with database name and user.

>and to set that access as read only?
Grant Select permission on that DB.

>
>Thanks...Marsha
>
>
>
>---------------------------------
>Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.

_________________________________________________________________
Make every IM count. Download Messenger and join the im Initiative now.
Its free. http://im.live.com/messenger/im/home/?source=TAGHM_MAY07

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Johann Spies 2007-05-28 09:11:32 Syntax in postgresql.conf
Previous Message Marsha Ramsey 2007-05-25 15:28:33 User DB Access - RESTRICTIONS