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

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: supporting any/all connection types including unix domain sockets
Дата
Msg-id CAKoxK+471f=51qW=fS+9RCDgY7sk+Kj7fMHQ4GZV++jK3pGP=Q@mail.gmail.com
обсуждение исходный текст
Ответ на supporting any/all connection types including unix domain sockets  (Travis Wellman <travis@traviswellman.com>)
Ответы Re: supporting any/all connection types including unix domain sockets
Список pgsql-jdbc
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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Travis Wellman
Дата:
Сообщение: supporting any/all connection types including unix domain sockets
Следующее
От: Travis Wellman
Дата:
Сообщение: Re: supporting any/all connection types including unix domain sockets