Re: enabling tcpip_socket by default

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: enabling tcpip_socket by default
Date: 2004-05-17 21:39:11
Message-ID: 878yfqivi8.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark <gsstark(at)mit(dot)edu> writes:

> Marko Karppinen <marko(at)karppinen(dot)fi> writes:
>
>> On 17. touko 2004, at 10:40, Tatsuo Ishii wrote:
>> > Consider a program using JDBC on localhost. It can only reach to
>> > PostgreSQL via TCP/IP.
>
> Huh? Why on earth would that be true? Is this a limitation of our JDBC
> drivers?

Java doesn't support Unix domain sockets. If you want to use JDBC,
you have to use TCP sockets.

-Doug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-05-17 21:53:39 Re: enabling tcpip_socket by default
Previous Message Greg Stark 2004-05-17 21:09:35 Re: enabling tcpip_socket by default