Re: Questions on use

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Questions on use
Date: 2016-12-28 18:18:38
Message-ID: 51538255-cd71-41f3-3b98-c16d252c2f3f@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 12/28/2016 8:44 AM, Rich Shepard wrote:
>
> I modified /var/lib/pgsql/9.6/data/pg_hba.conf by adding a line with
> hostnossl and 'trust' as the method. Reloaded postgres. While schemaSpy
> still does not run the reason seems to be with it, not the driver.

verify that you can connect with

psql -h localhost -....etc....

if you can, then likely jdbc, specifying localhost and the same database
and username should be able to connect.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rich Shepard 2016-12-28 18:41:16 Re: Questions on use
Previous Message Rich Shepard 2016-12-28 16:44:30 Re: Questions on use