Re: handling unconvertible error messages

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: handling unconvertible error messages
Дата
Msg-id CAB=Je-E+FJ7JMN-fjSZg9g7dRKP_qraH3CbwVtDMuTd6W+Co4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: handling unconvertible error messages  (Victor Wagner <vitus@wagner.pp.ru>)
Список pgsql-hackers
Victor>It is not a client job to convert encodings.

Of course.

However, there is a vast amount of old PG versions deployed in the wild that send wrong data to clients.

This indeed makes bad user experience, so it is worth doing 2 things:
1) Implement proper solution in further PostgreSQL versions (e.g. include encoding name right into the error message).
2) Implement workaround for current drivers, so clients would get proper error messages even when trying to connect to unpatched server.

Vladimir

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Slowness of extended protocol
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: No longer possible to query catalogs for index capabilities?