Re: Unable to connect to 9.5 via JDBC driver 1207

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Unable to connect to 9.5 via JDBC driver 1207
Date: 2016-02-02 22:39:35
Message-ID: 56B13027.4090306@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2016-02-03 12:19:14 Re: Merge pgjdbc-parent-poms project into pgjdbc please
Previous Message Dave Cramer 2016-02-02 22:13:05 Re: Unable to connect to 9.5 via JDBC driver 1207