Search Postgresql Archives

Re: Is libpq version indifferent? I.E. can 8.3.x compiled binaries run without issue against a 9.1 backend, or are clients required to be re-compiled against the 9.1 libpq

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 20, 2011 at 7:37 AM, Reid Thompson <jreidthompson@xxxxxxxxx> wrote:
> I believe that there should be no issue, but am asking to be sure.

yeah -- as long as you stick with v3 protocol supporting libpq (7.4+)
you should be ok.  all of the stuff that can change (binary wire
format, integer/float date time) is abstracted out of libpq itself and
is up to the application to handle.  note, some features  have been
added to libpq of course, but those are checked at link time with your
application.

merlin

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux