Re: Connecting over UNIX domain sockets

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Connecting over UNIX domain sockets
Дата
Msg-id 4D5185AF.4070804@hogranch.com
обсуждение исходный текст
Ответ на Connecting over UNIX domain sockets  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: Connecting over UNIX domain sockets
Список pgsql-jdbc
On 02/08/11 6:55 AM, Florian Weimer wrote:
> I would like to have the option to connect to the database over UNIX
> domain sockets (sidestepping the question of password management).
>
> Even though the JVM knows about UNIX domain sockets, this
> functionality is not exposed to user code, so we'd have to add some
> JNI code.  Would you like to integrate this in some way?  If yes,
> would you prefer a socket-based or libpq-based approach?

socket based would require less work, as you'd just add that to the
existing socket code, while using libpq would essentially end up with an
entirely different JDBC.

managing and installing JNI based code across platforms is a pain in the
sternum.





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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Следующее
От: RW Shore
Дата:
Сообщение: Bug in handling of money type