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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Converting an ASCII database to an UTF-8 database
Дата
Msg-id 200602172238.36654.peter_e@gmx.net
обсуждение исходный текст
Ответ на Converting an ASCII database to an UTF-8 database  (kishore.sainath@gmail.com)
Ответы Re: Converting an ASCII database to an UTF-8 database  (Ragnar <gnari@hive.is>)
Список pgsql-general
kishore.sainath@gmail.com wrote:
> How do I convert a database in the ASCII format into one of the UTF-8
> format?

ASCII is a subset of UTF-8, so you don't need to do anything.  Just
change the encoding entry in the pg_database table.  Of course, using
pg_dump would be the official way to convert a database between any two
encodings.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: return setof and Temp tables
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: How do I use the backend APIs