Re: [INTERFACES] Re: [BUGS] no meaningful way to determine fe or be version?

2000-11-24 Thread Bruce Momjian
Sorry, I am just now catching up to the fact that this problem was already discussed. I have gotten the patch from the URL supplied by the author, and have applied it to the CVS tree. It will appear in tomorrow's snapshot, and in 7.1. Thanks for the patch. Someone else we complaining about th

Re: [INTERFACES] Re: [BUGS] no meaningful way to determine fe or be version?

2000-11-23 Thread Joseph Shraibman
Try submitting it to the psgsl-patches list. Anders Bengtsson wrote: > > Bruce Momjian wrote: > > > > > sorry, yes. the client-side interfaces (DatabaseMetaData.getDriver*) > > > are actually fine - they return a major/minor version that have been > > > getting manually updated (they're much mo

Re: [INTERFACES] Re: [BUGS] no meaningful way to determine fe or be version?

2000-11-17 Thread Bruce Momjian
This concerns me. Did we lose a patch here? Can you send it again? > Bruce Momjian wrote: > > > > > sorry, yes. the client-side interfaces (DatabaseMetaData.getDriver*) > > > are actually fine - they return a major/minor version that have been > > > getting manually updated (they're much more

Re: [INTERFACES] Re: [BUGS] no meaningful way to determine fe or be version?

2000-11-17 Thread Anders Bengtsson
Bruce Momjian wrote: > > > sorry, yes. the client-side interfaces (DatabaseMetaData.getDriver*) > > are actually fine - they return a major/minor version that have been > > getting manually updated (they're much more visible, being in > > org/postgresql/Driver.java). the server-side interfaces

Re: [INTERFACES] Re: [BUGS] no meaningful way to determine fe or be version?

2000-11-16 Thread Joseph Shraibman
Bruce Momjian wrote: > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > Yes, should we return the client or server version from the interface? > > > If we return the server version, how does someone query the client version? > > > > sorry, yes. the client-side interfaces (DatabaseMetaData.get