Re: [pg-sql] Character encoding

Поиск
Список
Период
Сортировка
От Vivien Malerba
Тема Re: [pg-sql] Character encoding
Дата
Msg-id 1064567936.10533.2.camel@dalet.stna.dgac.fr
обсуждение исходный текст
Ответ на [pg-sql] Character encoding  (BenLaKnet <benlaknet@icqmail.com>)
Список pgsql-sql
Le jeu 25/09/2003 à 17:20, BenLaKnet a écrit :
> How is it possible to convert a database in SQL_ASCII to UNICODE ?
>
> Thx a lot

I did a pg_dump to a file, converted that file to UTF-8 encoding using
iconv, created a new DB using the "-E unicode" option, and imported the
data into that new DB from the converted dump file.

There is maybe a better solution, but this one works.

Vivien



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

Предыдущее
От: "Kumar"
Дата:
Сообщение: How to generate object DDL of the database objects
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: RFC: i18n2ascii(TEXT) stored procedure