Re: [ADMIN] unix_socket_group problem

2009-11-13 Thread Joe Miller
On Fri, Nov 13, 2009 at 12:38 PM, Tom Lane wrote: > > Perhaps postgres isn't a member of myadmin? > > That's what I was missing -- thanks Tom. Joe

Re: [ADMIN] unix_socket_group problem

2009-11-13 Thread Joe Miller
On Fri, Nov 13, 2009 at 11:47 AM, Tom Lane wrote: > Joe Miller writes: > > I have a PostgreSQL installation for which I would like to limit local > > domain socket access to the postgres user and members of the "myadmin" > > group. I've modified pg_h

[ADMIN] unix_socket_group problem

2009-11-13 Thread Joe Miller
I have a PostgreSQL installation for which I would like to limit local domain socket access to the postgres user and members of the "myadmin" group. I've modified pg_hba.conf to trust local domain socket connections, and changed these settings in postgresql.conf: unix_socket_group = 'myadmin' unix