Re: supporting any/all connection types including unix domain sockets

From: Travis Wellman <travis(at)traviswellman(dot)com>
To: Luca Ferrari <fluca1978(at)infinito(dot)it>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: supporting any/all connection types including unix domain sockets
Date: 2015-07-15 14:07:36
Message-ID: 6B2C8B0F-E104-49B3-B779-88A6609C2603@traviswellman.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)infinito(dot)it> wrote:
>On Mon, Jul 13, 2015 at 7:51 PM, Travis Wellman
><travis(at)traviswellman(dot)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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Luca Ferrari 2015-07-16 06:21:23 Re: supporting any/all connection types including unix domain sockets
Previous Message Luca Ferrari 2015-07-15 10:42:19 Re: supporting any/all connection types including unix domain sockets