Re: problems connecting to postgresql with unixodbc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mlennert(at)ulb(dot)ac(dot)be
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: problems connecting to postgresql with unixodbc
Date: 2001-01-24 15:59:45
Message-ID: 12510.980351985@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

mlennert(at)ulb(dot)ac(dot)be writes:
> My pg_hba.conf file reads:
> local all password
> host all 127.0.0.1 255.255.255.255 password

Perhaps you need to also list the real IP address of your machine,
not only 127.0.0.1.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Gunnar R|nning 2001-01-24 16:02:08 Re: Re: [PATCHES] Re: Fixes and enhancements to JDBC driver (take 2)
Previous Message Bruce Momjian 2001-01-24 14:56:36 Re: [INTERFACES] BIT type still not working