Connecting over UNIX domain sockets

From: Florian Weimer <fweimer(at)bfk(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Connecting over UNIX domain sockets
Date: 2011-02-08 14:55:11
Message-ID: 82ei7i37ao.fsf@mid.bfk.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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?

--
Florian Weimer <fweimer(at)bfk(dot)de>
BFK edv-consulting GmbH http://www.bfk.de/
Kriegsstraße 100 tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Radosław Smogura 2011-02-08 15:18:28 Re: ResultSet.getClob() causing problems when used with JPA's @Lob
Previous Message Andreas Joseph Krogh 2011-02-08 14:32:33 Re: ResultSet.getClob() causing problems when used with JPA's @Lob