Re: JDBC split and move ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Barry Lind <barry(at)xythos(dot)com>, pgsql-jdbc(at)postgresql(dot)org, ryan(at)postgresql(dot)org
Subject: Re: JDBC split and move ...
Date: 2002-02-11 05:16:54
Message-ID: 200202110516.g1B5Gs028298@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> > It seems to me that Marc's real complaint could be addressed by a make
> > target that builds a libpq-only source tarball. That does not mean that
> > the source files involved have to be separated into a different CVS tree
> > or a different full-distribution tarball. The RPM builds are already
> > doing similar things quite successfully.
>
> for libpq and psql, that I have no problem with, sorry, kinda got
> over-zealous in my para above :)
>
> as for jdbc/odbc and other such ... if a make target is doable there too,
> so be it ... my real beef here is that I can't get one piece I need
> without having to download the whole thing ... I think the 'seperate
> release cycle' would be of a real benefit also, to those projects, but if
> those maintaining don't feel the same, I'm not going to argue until I'm
> blue in the face over it ...

What would be real interesting is an interfaces CVS with everything
_but_ libpq. Most interfaces rely on libpq, and the API doesn't change
much, and ODBC/JDBC are usually backward compatibile. There is some
logic that non-libpq interfaces could stand on its own with its own
release cycle.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-02-11 05:21:51 Re: JDBC split and move ...
Previous Message Peter Eisentraut 2002-02-11 05:16:47 Re: JDBC split and move ...