Re: [INTERFACES] Newer frontend talking to older backend

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Evans <spse(at)gxn(dot)net>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Newer frontend talking to older backend
Date: 1999-01-20 16:49:41
Message-ID: 6745.916850981@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Simon Evans <spse(at)gxn(dot)net> writes:
> I have a webserver which has to talk to various PostgeSQL backends
> (some are 6.3.2 and some 6.4.2). I have the libpg from 6.4.2 on the
> webserver and it talks fine to the 6.4.2 backends however I get
> `Unsupported frontend protocol` when talking to the 6.3.2 backends.
> Is there a way to get libpq to talk the 6.3.2 protocol or is the
> only solution to upgrade all the backends to 6.4.2?

No go, I'm afraid. You can put the client back to 6.3.2 and it should
talk to both old and new servers; or you can upgrade all your servers.
But a new client won't talk to old servers. Sorry.

(My advice would be to upgrade the servers. 6.4 has been notably more
stable in production use for my company than 6.3.2 was ...)

regards, tom lane

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Tenison 1999-01-20 17:35:59 ECPG Question
Previous Message Tom Lane 1999-01-20 15:55:28 Re: [INTERFACES] OIDs in pg_type stable across versions?