Re: Unable to connect to 9.5 via JDBC driver 1207 - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: Unable to connect to 9.5 via JDBC driver 1207
Date
Msg-id 56B13027.4090306@hogranch.com
Whole thread Raw
In response to Re: Unable to connect to 9.5 via JDBC driver 1207  (rob stone <floriparob@gmail.com>)
List pgsql-jdbc
On 2/2/2016 1:21 PM, rob stone wrote:
> I'm using a domain socket connection on my laptop. There is NO network.
>
> I've been using JDBC drivers since Postgres 8.x. The pg_hba.conf file
> has always been identical.

Java and JDBC do not support 'domain sockets' at all.    They default to
localhost (either 127.0.0.1 or ::1).



--
john r pierce, recycling bits in santa cruz



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Unable to connect to 9.5 via JDBC driver 1207
Next
From: Dave Cramer
Date:
Subject: Re: Merge pgjdbc-parent-poms project into pgjdbc please