Re: supporting any/all connection types including unix domain sockets - Mailing list pgsql-jdbc

From Travis Wellman
Subject Re: supporting any/all connection types including unix domain sockets
Date
Msg-id 6B2C8B0F-E104-49B3-B779-88A6609C2603@traviswellman.com
Whole thread Raw
In response to Re: supporting any/all connection types including unix domain sockets  (Luca Ferrari <fluca1978@infinito.it>)
Responses Re: supporting any/all connection types including unix domain sockets  (Luca Ferrari <fluca1978@infinito.it>)
List pgsql-jdbc
Because I need to be able to connect in whatever way was previously configured.

On July 15, 2015 3:42:19 AM PDT, Luca Ferrari <fluca1978@infinito.it> wrote:
On Mon, Jul 13, 2015 at 7:51 PM, Travis Wellman
<travis@traviswellman.com> wrote:
I'm writing an app using JavaFX to connect to arbitrary PostgreSQL
nodes and take generic and introspective actions. Ideally the user
should be able to connect via all previously configured means. Has
anyone used Java to connect to a Postgres instance via the unix domain
socket? Any source I can view?

I guess you have to reimplement the protocol used for instance in libpq.
I'm not sure this is a winning choice, why not using the JDBC
connection mechanism?

Luca

--
Sent from my Android device with K-9 Mail. Please excuse my brevity.

pgsql-jdbc by date:

Previous
From: Luca Ferrari
Date:
Subject: Re: supporting any/all connection types including unix domain sockets
Next
From: Luca Ferrari
Date:
Subject: Re: supporting any/all connection types including unix domain sockets