RE: psqlODBC 10.01.0000 Released -- what about 9.6.6?
"Georgy Pruss" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
I see. Yet a bit misleading anyway. So, there are old versions of PostgreSQL for downloading, old versions of ODBC driver for Windows (https://www.postgresql.org/ftp/odbc/versions/msi/), can we have old versions for Linux please? Thank you. -----Original Message----- From: Michael Paquier [mailto:[email protected]] Sent: Friday, January 5, 2018 03:50 To: Georgy Pruss <[email protected]> Cc: Hiroshi Saito <[email protected]>; PostgreSQL mailing lists <[email protected]> Subject: Re: psqlODBC 10.01.0000 Released -- what about 9.6.6? On Fri, Jan 5, 2018 at 1:53 AM, Georgy Pruss <[email protected]> wrote: > I can see that the 09.06.0500 driver disappeared from > https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64 > / Will it be back? Will there be an update for PostgreSQL 9.6.6? > 9.x.x? > > Can driver 10.01.0000 be used with PostgreSQL 9.6.6? Drivers are compatible with past versions of PostgreSQL. Please keep in mind that this is a version number for the ODBC driver, and that it is not related to PostgreSQL upstream :) Hiroshi-san uses this version numbering for ages, and the two-first digits match with the last major version of upstream PostgreSQL available, and the timing of releases between both is the only point shared. -- Michael