Re: [CYGWIN] authentication - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: [CYGWIN] authentication
Date
Msg-id Pine.LNX.4.44.0309240151560.2354-100000@peter.localdomain
Whole thread Raw
In response to Re: [CYGWIN] authentication  ("Chris Faulkner" <chrisf@oramap.com>)
List pgsql-jdbc
Chris Faulkner writes:

> By no-networking I meant using --tcip_socket=false. I think this was
> accurate. When you run postgres with this option and use unix domain sockets
> and connect with psql or pgAdmin, you are connecting to a postgres server
> without networking. These work under cygwin, but not from a Java client.

The PostgreSQL JDBC driver cannot connect via Unix-domain sockets, on any
operating system.  So if you want to use that interface, you need to
enable TCP/IP connections.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: [CYGWIN] authentication
Next
From: Peter Eisentraut
Date:
Subject: Re: [CYGWIN] authentication