Re: [INTERFACES] Roadmap for FE/BE protocol redesign - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Date
Msg-id 303E00EBDD07B943924382E153890E5433F7F4@cuthbert.rcsinc.local
Whole thread Raw
Responses Re: [INTERFACES] Roadmap for FE/BE protocol redesign  (Bruce Badger <bruce_badger@badgerse.com>)
List pgsql-hackers
> If the backend can not handle the version I request, but can handle a
> prior version, I'd like to know.  I am planning on having handlers for
> multiple protocol versions in the same memory space (I'm using
> Smalltalk, BTW) so that one application can talk to various databases
of
> various vintages.
>
how about a system table, say pg_features which can be queried by the fe
interface?  This could be a table of bools with named features and/or
other little widgets for compatibility.  No protocol modification
required, unless the scope of the protocol change is such that you can't
execute a connection and a query.

Merlin



pgsql-hackers by date:

Previous
From: Doug Royer
Date:
Subject: Re: [GENERAL] division by zero
Next
From: Stephan Szabo
Date:
Subject: Re: [GENERAL] division by zero