Re: Temporarily disable strict UTF-8 checking

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Temporarily disable strict UTF-8 checking
Дата
Msg-id 19994.1145849352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Temporarily disable strict UTF-8 checking  ("Matt Arnilo S. Baluyos (Mailing Lists)" <matt.baluyos.lists@gmail.com>)
Список pgsql-novice
"Matt Arnilo S. Baluyos (Mailing Lists)" <matt.baluyos.lists@gmail.com> writes:
> There are some data that we need to input at the moment and it would
> be helpful to *temporarily* disable this setting while our developers
> try to sort out some filtering mechanism at the application level to
> strip these invalid byte sequences.

You could set the database encoding to SQL_ASCII, if you want to
lobotomize the encoding-related functionality.

            regards, tom lane

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

Предыдущее
От: "Matt Arnilo S. Baluyos (Mailing Lists)"
Дата:
Сообщение: Temporarily disable strict UTF-8 checking
Следующее
От: "Luis Silva"
Дата:
Сообщение: stress tests problems