Re: psqlODBC 10.01.0000 Released -- what about 9.6.6?
Michael Paquier <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CAB7nPqT9vMYX+ztYhKQ_ujTrVy=uF9bsBm=S3yMX1L4gHR-mNQ@mail.gmail.com> |
On Fri, Jan 5, 2018 at 5:42 PM, Georgy Pruss <[email protected]> wrote: > I see. Yet a bit misleading anyway. Please do not top-post. This is annoying... > 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. You are only looking at the Windows side of things with https://www.postgresql.org/ftp/odbc/versions/msi/. All past tarballs of the code are here, and the compilation of the driver in this case is distribution-dependent, as it depends on libpq and unixodbc, though I recall that ODBC relies on rather stable APIs: https://www.postgresql.org/ftp/odbc/versions/src/ So you have all the materials at hand to compile by yourself past versions. -- Michael