Re: [GENERAL] Authentication configuration for local connections on Windows

2011-11-18 Thread deepak
Thanks! On Thu, Nov 17, 2011 at 7:33 PM, Adrian Klaver wrote: > On Thursday, November 17, 2011 3:41:22 pm deepak wrote: > > Hi ! > > > Although, it is not clear what options I have to use while > > building/configuring? > > This same configuration used to work with Postgres 9.0.3, though. > > > >

Re: [GENERAL] Authentication configuration for local connections on Windows

2011-11-17 Thread Adrian Klaver
On Thursday, November 17, 2011 3:41:22 pm deepak wrote: > Hi ! > Although, it is not clear what options I have to use while > building/configuring? > This same configuration used to work with Postgres 9.0.3, though. > > Any thoughts? Error in my previous post the setting should be host not local

Re: [GENERAL] Authentication configuration for local connections on Windows

2011-11-17 Thread Raymond O'Donnell
On 17/11/2011 23:41, deepak wrote: > Hi ! > > When attempting to start Postgres 9.1.1 with hba conf for "local" > connections on Windows, I get an error. > > e.g. I tried adding the following line to pg_hba.conf > localall user1 trust > > and I get: > p

Re: [GENERAL] Authentication configuration for local connections on Windows

2011-11-17 Thread Adrian Klaver
On Thursday, November 17, 2011 3:41:22 pm deepak wrote: > Hi ! > > When attempting to start Postgres 9.1.1 with hba conf for "local" > connections on Windows, I get an error. > > e.g. I tried adding the following line to pg_hba.conf > localall user1 trus