Re: support for Unix Domain socket

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Raj Gandhi <raj01gandhi(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: support for Unix Domain socket
Date: 2016-02-25 17:32:05
Message-ID: CADK3HHLe2ivEBY7k+F28CjqkTgQmwNuPiSNPOjE72DTypyczmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

No idea. Perhaps the author of the PR can help you.

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 25 February 2016 at 12:13, Raj Gandhi <raj01gandhi(at)gmail(dot)com> wrote:

> Thanks for the quick response.
>
> Any recommendation of which custom socket factory to use for Unix domain
> socket?
> A quick search showed me "junixsocket"
> https://code.google.com/archive/p/junixsocket
>
> Thanks,
> Raj
>
>
> On Thu, Feb 25, 2016 at 11:19 AM, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>
>> Interestingly enough the docs didn't get put up, but you can look here
>> https://github.com/pgjdbc/www/pull/17/files
>>
>> Dave Cramer
>>
>> davec(at)postgresintl(dot)com
>> www.postgresintl.com
>>
>> On 25 February 2016 at 11:11, Raj Gandhi <raj01gandhi(at)gmail(dot)com> wrote:
>>
>>> Hi All,
>>>
>>> The change log for Postgres jdbc version 9.4-1208 shows that some
>>> support was added for unix domain socket
>>>
>>> https://jdbc.postgresql.org/documentation/changelog.html#version_9.4-1208
>>>
>>> - feat: ability to customize socket factory (e.g. for unix domain
>>> sockets) PR#457 <https://github.com/pgjdbc/pgjdbc/pull/457> dc1844c
>>> <https://github.com/pgjdbc/pgjdbc/commit/dc1844c21efbb4a840347d5aaa991384e8883b69>
>>>
>>>
>>> Could someone tell me how to configure JDBC connection to use unix
>>> domain socket?
>>> I'm planning to use it with Postgres server version 9.3.8 on Suse.
>>>
>>> Thanks,
>>> Raj
>>>
>>
>>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lachezar Dobrev 2016-02-26 19:07:28 Re: support for Unix Domain socket
Previous Message Raj Gandhi 2016-02-25 17:13:18 Re: support for Unix Domain socket