Re: PG 7.3 is five years old today

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: PG 7.3 is five years old today
Дата
Msg-id 87aboyh4z4.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: PG 7.3 is five years old today  (Alexandru Cârstoiu <alexandru.carstoiu@excelsarc.ro>)
Ответы Re: PG 7.3 is five years old today  (sulfinu@gmail.com)
Re: PG 7.3 is five years old today  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: PG 7.3 is five years old today  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
Alexandru Cârstoiu <alexandru.carstoiu@excelsarc.ro> writes:

> This tells me that the v3 protocol appeared at 7.4, so there's no need to
> support v2 in future database versions (starting with 8.3?). It would
> simplify code in interfaces like JDBC too.

I think the second half of this is correct. There would be no need to support
the old protocol in client interface drivers since the only supported
databases would all support the new protocol.

Whether there's any need to support the old protocol in the server depends on
whether there are any clients out there which use it which is harder to
determine and not affected by whether Postgres 7.3 is still around.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's On-Demand Production
Tuning


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alexandru Cârstoiu
Дата:
Сообщение: Re: PG 7.3 is five years old today
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Time to update list of contributors