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