pgsql: Throw a warning rather than an error on invalid character from

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Throw a warning rather than an error on invalid character from
Дата
Msg-id 20060212211520.1C3C79DC950@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Throw a warning rather than an error on invalid character from UTF8 to
Latin1, like we do for other Latin encodings.

Modified Files:
--------------
    pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1:
        utf8_and_iso8859_1.c (r1.13 -> r1.14)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_procs/utf8_and_iso8859_1/utf8_and_iso8859_1.c.diff?r1=1.13&r2=1.14)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix broken markup.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix bug that allowed any logged-in user to SET ROLE to any other