Re: 7.1.2 clients + 7.2.1 server? - Mailing list pgsql-general

From Tom Lane
Subject Re: 7.1.2 clients + 7.2.1 server?
Date
Msg-id 16749.1018060884@sss.pgh.pa.us
Whole thread Raw
In response to 7.1.2 clients + 7.2.1 server?  (Ed Loehr <pggeneral@bluepolka.net>)
List pgsql-general
Ed Loehr <pggeneral@bluepolka.net> writes:
> I have a system with many C and perl client apps linked with 7.1.2 libraries
> and accessing a 7.1.2 server.  I would like to upgrade only the server to
> 7.2.1 and postpone rebuilding all of the clients against the 7.2.1 libraries.
>   I see that 7.1.2 psql seems to work fine against the 7.2.1 server;  should
> I expect the other 7.1.2 clients will work fine against the 7.2.1 server?

The protocol hasn't changed, but if the clients poke into the system
catalogs heavily they might notice an incompatibility or two.  (If so,
though, you're in for reprogramming not only relinking...)

Offhand I think the only reason to worry about upgrading client-side
libpq is if you want to use MD5 password encryption.

            regards, tom lane

pgsql-general by date:

Previous
From: Ed Loehr
Date:
Subject: 7.1.2 clients + 7.2.1 server?
Next
From: Denis Chavez
Date:
Subject: Re: Row locking inside a rule, is it possible?