Newer frontend talking to older backend

From: Simon Evans <spse(at)gxn(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Newer frontend talking to older backend
Date: 1999-01-20 09:31:56
Message-ID: E102tzQ-00011M-00@phoenix.sysdev.gxn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hi,
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? I thought the
`options` argument in PGconnectdb might do this but it just seems
to be for debugging support.

Any help would be appreciated.

cheers
si
GX Networks Ltd.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Eric Marsden 1999-01-20 10:16:31 OIDs in pg_type stable across versions?
Previous Message Herouth Maoz 1999-01-20 09:27:04 Re: [ADMIN] jdbc driver, can it run on a windows machine?