Re: [CYGWIN] authentication

From: "Chris Faulkner" <chrisf(at)oramap(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [CYGWIN] authentication
Date: 2003-09-24 06:46:28
Message-ID: DGENKIKMJILAAKJGFHKFAEOJCHAA.chrisf@oramap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-jdbc

In response to your first question - I have no idea ! In my case, the client
side is on the same machine. Initially, I was using the resin MySQL driver
which didn't connect when I was using named pipes. I switched to Connector/J
from mysql.com and it then worked.

Chris

-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Tom Lane
Sent: 23 September 2003 23:35
To: Chris Faulkner
Cc: Peter Eisentraut; pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] [CYGWIN] authentication

"Chris Faulkner" <chrisf(at)oramap(dot)com> writes:
> I guess I brought the vocabulary from MySQL were you use "skip networking"
> and the server allows you to connect on the local machine with named
pipes,
> even with JDBC.

Just out of curiosity, what do they use to support that on the client
side? We were recently told that there is no pure-Java access to
Unix sockets (a/k/a named pipes), because it's not a portable OS feature.
Do they have a type 4 JDBC driver that handles this?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Mike Leahy 2003-09-24 07:45:52 Re: Memory allocation for postmaster service..
Previous Message Frank Seesink 2003-09-24 02:46:47 Re: authentication

Browse pgsql-jdbc by date

  From Date Subject
Next Message Phil.Hourihane 2003-09-24 13:25:23 Re: java.net.SocketException: Broken pipe
Previous Message Deepak Bhole 2003-09-24 05:50:42 Patch for allowing jdbc to log sql queries