Re: Re: [BUGS] no meaningful way to determine fe or beversion?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Re: [BUGS] no meaningful way to determine fe or beversion?
Дата
Msg-id 200011250409.XAA29073@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Re: [BUGS] no meaningful way to determine fe or beversion?  (Anders Bengtsson <anders@lecando.com>)
Список pgsql-interfaces
OK, I think I understand this now.

getDatabaseProductVersion() calls getVersion, which is defined in
Driver.java.in as the version string from configure.  It returns the
version of the client jdbc code.  To get the server version, you need
that SELECT you suggested.

Is that OK?


> I think Peter Mount looked at it, but there where some big changes to
> the JDBC driver going on at that time. When I look at the code in CVS
> now it looks nothing like what it did when I did the patch against it.
> 
> Anyway, I found my old patch in the archives:
> http://www.postgresql.org/mhonarc/pgsql-interfaces/2000-09/msg00051.html
> 
> /Anders
> 
> Bruce Momjian wrote:
> > 
> > This concerns me.  Did we lose a patch here?  Can you send it again?
> 
> > >
> > > I posted a patch for the JDBC driver to pgsql-interfaces to do just that
> > > some time ago. Don't know what happened to it, though ..
> 
> _____________________________________________________________________
> A n d e r s  B e n g t s s o n                     anders@lecando.com
> Stockholm, Sweden
> 


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


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [BUGS] no meaningful way to determine fe or beversion?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [BUGS] no meaningful way to determine fe or be version?