Re: [GENERAL] Postgres Account Inherit Question

2011-10-14 Thread Guillaume Lelarge
On Fri, 2011-10-14 at 13:43 -0400, Carlos Mennens wrote: > On Fri, Oct 14, 2011 at 12:44 PM, Julien Rouhaud wrote: > > > > Hi > > Did you check for a .pgpass file ? > > I'm assuming you're talking about a hidden file in my Linux shell for > the 'postgres' user. I don't see one anywhere. I just ha

Re: [GENERAL] Postgres Account Inherit Question

2011-10-14 Thread Carlos Mennens
On Fri, Oct 14, 2011 at 12:44 PM, Julien Rouhaud wrote: > > Hi > Did you check for a .pgpass file ? I'm assuming you're talking about a hidden file in my Linux shell for the 'postgres' user. I don't see one anywhere. I just had a .psql_history file which I removed. On Fri, Oct 14, 2011 at 1:31 P

Re: [GENERAL] Postgres Account Inherit Question

2011-10-14 Thread Guillaume Lelarge
On Fri, 2011-10-14 at 18:44 +0200, Julien Rouhaud wrote: > On Fri, Oct 14, 2011 at 6:38 PM, Carlos Mennens > wrote: > > > I've configured my 'pg_hba.conf' file to look as follows: > > > > # "local" is for Unix domain socket connections only > > local all all

Re: [GENERAL] Postgres Account Inherit Question

2011-10-14 Thread Julien Rouhaud
On Fri, Oct 14, 2011 at 6:38 PM, Carlos Mennens wrote: > I've configured my 'pg_hba.conf' file to look as follows: > > # "local" is for Unix domain socket connections only > local all all md5 > # IPv4 local connections: > hostall all 127.