Re: [CYGWIN] authentication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Chris Faulkner <chrisf(at)oramap(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [CYGWIN] authentication
Date: 2003-09-23 23:53:10
Message-ID: Pine.LNX.4.44.0309240151560.2354-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin 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(at)gmx(dot)net

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-23 23:55:51 Re: [CYGWIN] authentication
Previous Message Tom Lane 2003-09-23 22:35:06 Re: [CYGWIN] authentication

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-23 23:55:51 Re: [CYGWIN] authentication
Previous Message Tom Lane 2003-09-23 22:35:06 Re: [CYGWIN] authentication