Re: Converting an ASCII database to an UTF-8 database

Поиск
Список
Период
Сортировка
От Jan Cruz
Тема Re: Converting an ASCII database to an UTF-8 database
Дата
Msg-id 493da2780602180006x47dac70fk5acffd1e59f699cc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Converting an ASCII database to an UTF-8 database  (Rick Gigger <rick@alpinenetworking.com>)
Ответы Re: Converting an ASCII database to an UTF-8 database  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
I believe PostgreSQL treat UTF-8 and LATIN9 Differently.
When I tried to dump a db to a UTF-8 encoding and restore it
with UTF-8 encoding (also) it encountered problems with fields
that have unicoded values thus it stop from restoring the whole dump.

So I tried using LATIN9 encoding for both dump and restore.

I believe that LATIN9=UTF-8 encoding base on the DOCS.

I wonder why it is like that.

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

Предыдущее
От: "Jan Cruz"
Дата:
Сообщение: Migration using pg_restore
Следующее
От: "Jan Cruz"
Дата:
Сообщение: PostgreSQL Functions / PL-Language