Re: [INTERFACES] Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Дата
Msg-id 303E00EBDD07B943924382E153890E5433F7F4@cuthbert.rcsinc.local
обсуждение исходный текст
Ответы Re: [INTERFACES] Roadmap for FE/BE protocol redesign
Список 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 по дате отправления: