Re: JAVA Support

Kris Jurka <books@ejurka.com>

From: Kris Jurka <books@ejurka.com>
To: "Henry B. Hotz" <hotz@jpl.nasa.gov>
Cc: pgsql-hackers@postgresql.org
Date: 2006-09-28T17:52:20Z
Lists: pgsql-hackers

On Thu, 28 Sep 2006, Henry B. Hotz wrote:

> It appears that the JDBC client doesn't include the Kerberos support 
> that the C clients do.

Java doesn't have accessible Kerberos support.  It wraps Kerberos in 
GSSAPI which requires the server to support GSSAPI instead of plain 
Kerberos.

> So, two questions:
>
> 1) Is there an alternative JDBC client that's just a glue layer instead of a 
> complete re-implementation?

No, there aren't any Type 2 drivers around.  Requiring native code is a 
giant pain.

Kris Jurka