From: | "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> |
---|---|
To: | "Bruce Badger" <bruce_badger(at)badgerse(dot)com> |
Cc: | <pgsql-interfaces(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [INTERFACES] Roadmap for FE/BE protocol redesign |
Date: | 2003-03-10 22:18:00 |
Message-ID: | 303E00EBDD07B943924382E153890E5433F7F4@cuthbert.rcsinc.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-interfaces |
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2003-03-10 22:32:52 | Re: [GENERAL] division by zero |
Previous Message | Doug Royer | 2003-03-10 22:09:08 | Re: [GENERAL] division by zero |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Badger | 2003-03-10 22:42:56 | Re: [INTERFACES] Roadmap for FE/BE protocol redesign |
Previous Message | Ashley Cambrell | 2003-03-10 22:07:03 | Re: Roadmap for FE/BE protocol redesign |