Re: help with pg_hba.conf

From: Isaac Dover <isaacdover(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: help with pg_hba.conf
Date: 2009-05-22 17:39:43
Message-ID: b560e3300905221039r4c8cc072o3dfb54c5a6a9509f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

thank you _SO_ much. I'm not sure how I overlooked that, but it is far
easier to manage using connect. I'm assuming that even if tables have public
privileges granted, that they are not visible to people not granted connect
privileges to the database?

Thanks,
Isaac

On Fri, May 22, 2009 at 12:31 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Isaac Dover <isaacdover(at)gmail(dot)com> writes:
> >> As far as i can tell,
> >> pg_hba.conf is the only manner in which to prevent users from connecting
> to
> >> other users' databases. I've restricted roles to connecting only using
> >> sameuser:
> >>
> >> host sameuser all 192.168.168.0/24 md5
>
> In recent releases (certainly 8.3) the better approach is probably to
> use CONNECT privilege to grant or deny access. However that does have
> some drawbacks if you intend to let users create their own databases
> --- they have to remember to set the privileges properly on new DBs.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2009-05-22 18:34:33 Re: help with pg_hba.conf
Previous Message Tom Lane 2009-05-22 16:31:38 Re: help with pg_hba.conf