Re: [JDBC] Questions on use - Mailing list pgsql-jdbc

From Rich Shepard
Subject Re: [JDBC] Questions on use
Date
Msg-id alpine.LNX.2.11.1612281038430.2025@localhost
Whole thread Raw
In response to Re: [JDBC] Questions on use  (John R Pierce <pierce@hogranch.com>)
Responses Re: [JDBC] Questions on use
Re: Questions on use
List pgsql-jdbc
On Wed, 28 Dec 2016, John R Pierce wrote:

> 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,

   There's no problem from the command line,

$ psql -h localhost emapw
psql (9.6.1)
Type "help" for help.

emapw=#

even without specifying the host.

   All I need is to generate the E-R diagrams from two databases to check for
logical errors, then I'm done with it and can move to developing the rest of
the applications.

Thanks,

Rich


pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: [JDBC] Questions on use
Next
From: John R Pierce
Date:
Subject: Re: [JDBC] Questions on use