Re: [CYGWIN] authentication

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

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Frank Seesink 2003-09-24 01:37:33 Re: Leftover PID files
Previous Message Peter Eisentraut 2003-09-23 23:53:10 Re: [CYGWIN] authentication

Browse pgsql-jdbc by date

  From Date Subject
Next Message Frank Seesink 2003-09-24 02:46:47 Re: authentication
Previous Message Peter Eisentraut 2003-09-23 23:53:10 Re: [CYGWIN] authentication