Re: 7.3B3 psql talking to a 7.2.3 server? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: 7.3B3 psql talking to a 7.2.3 server?
Date
Msg-id 200211020537.gA25bYb29337@candle.pha.pa.us
Whole thread Raw
In response to Re: 7.3B3 psql talking to a 7.2.3 server?  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Larry Rosenman wrote:
> > We have always allowed old clients to connect to new servers, but often
> > break new servers connecting to old clients.  I think this is documented
> > somewhere, but it rarely comes up as an issue.
> So, what do we do in this case, where an OLDER client (<=7.2.3) connects
> to a new (>=7.3) server, and BASIC stuff like backslash commands BREAK
> because of the schema stuff? 
> 
> IT NEEDS TO BE AT LEAST DOCUMENTED PROMINENTLY. 

In the case you are describing, it is new clients connecting to old
servers.  We have had several releases where this caused problems but
received few error reports.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: 7.3B3 psql talking to a 7.2.3 server?
Next
From: Bruce Momjian
Date:
Subject: Re: CONVERT function is seriously broken