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

From Peter Eisentraut
Subject Re: [CYGWIN] authentication
Date
Msg-id Pine.LNX.4.44.0309240155040.2354-100000@peter.localdomain
Whole thread Raw
In response to Re: [CYGWIN] authentication  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Tom Lane writes:

> 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?

In my book, named pipes are FIFOs, so they'd use normal file system
operations.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-jdbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [CYGWIN] authentication
Next
From: Deepak Bhole
Date:
Subject: Patch for allowing jdbc to log sql queries