Re: UTF8 conversion differences from v8.1.3 to v8.1.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF8 conversion differences from v8.1.3 to v8.1.4
Дата
Msg-id 1702.1153208129@sss.pgh.pa.us
обсуждение исходный текст
Ответ на UTF8 conversion differences from v8.1.3 to v8.1.4  (Eric Faulhaber <ecf@goldencode.com>)
Ответы Re: UTF8 conversion differences from v8.1.3 to v8.1.4
Список pgsql-general
Eric Faulhaber <ecf@goldencode.com> writes:
> Can anyone help me understand why converting the NULL code point (0000)
> from UTF8 to ISO8859_1 is no longer legal in v8.1.4?

Embedded nulls in text strings have never behaved sanely in PG ... or
hadn't you noticed?  You'd have been better off passing an empty string,
because that was effectively what you were getting.

            regards, tom lane

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

Предыдущее
От: Eric Faulhaber
Дата:
Сообщение: UTF8 conversion differences from v8.1.3 to v8.1.4
Следующее
От: Adem HUR
Дата:
Сообщение: PostgreSQL on Embeded Systems