Re: Trying to get SSPI/JDBC working

From: Dave Rosckes <dave(dot)rosckes(at)gmail(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Trying to get SSPI/JDBC working
Date: 2014-12-04 14:31:53
Message-ID: CAEtyQx0Mp869w-fOGZAk+UEMoBiTtxJiQBr1P8opP9fFNhyKrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Craig,

I got git working and have built the latest version of the PgJDBC
(postgresql-9.4-1200.jdbc4.jar which includes the SSPI support). Do I need
to also use Postgres 9.4 (RC1) with this JDBC, or should it work with the
9.3 version I currently have installed?

On Wed, Dec 3, 2014 at 8:28 AM, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:

> On 12/03/2014 10:14 PM, Dave Rosckes wrote:
> > Craig,
> >
> > Thanks for implementing the SSPI support for PgJDBC. When will the new
> > PgJDBC be released?
> >
> > I have never used git before, so if there is a place I can download the
> > jdbc jar with the SSPI support that would be great. If that is not an
> > option, I will look into setting up a git environment.
>
>
> Dave,
>
> (Please reply-to-all, so the mailing list sees the conversation for
> others' benefit later, searches, etc.)
>
> There's no set release date for the first 9.4.x driver at this point.
> We'll likely release some time after PostgreSQL 9.4.0 goes final, when
> time permits. Resources for PgJDBC driver development are unfortunately
> extremely limited.
>
> I can send you a .zip of the jar and dependencies if you don't want to
> build with git. It'll just be a build of the latest git master head
> produced with "ant dist", and it'll very much be a "no guarantees, no
> promises" snapshot build. You'd need to tell me what JDBC version / JDK
> version you need. I won't necessarily be able to follow up with new
> builds if you need newer snapshots though, so I really recommend
> learning to compile it yourself.
>
> git is pretty friendly for the basics, and it's a tool I think every
> developer should become familiar with. Perhaps now is a good
> opportunity? All you need to build the driver is git (to check it out
> from revision control) and ant (to build it), plus a JDK matching the
> version you want.
>
> msysgit offers a pretty nice GUI for basic git operations on Windows:
>
> http://git-scm.com/download/win
>
> http://msysgit.github.io/
>
> and the README for the PgJDBC driver explains how to compile it. If you
> have problems compiling it, please follow up on the PgJDBC mailing list.
>
>
> --
> Craig Ringer http://www.2ndQuadrant.com/
> PostgreSQL Development, 24x7 Support, Training & Services
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2014-12-04 14:37:06 Re: Trying to get SSPI/JDBC working
Previous Message Adrian Klaver 2014-12-04 14:23:48 Re: Fwd: Problem with pg_dump and decimal mark

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2014-12-04 14:37:06 Re: Trying to get SSPI/JDBC working
Previous Message Alexandor84 2014-12-04 11:04:05 Re: Set readonly transaction per transaction