Greg Stark <[EMAIL PROTECTED]> writes:

> Marko Karppinen <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to