Re: HowTo change encoding type....

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: HowTo change encoding type....
Дата
Msg-id 200411260830.41161.peter_e@gmx.net
обсуждение исходный текст
Ответ на HowTo change encoding type....  (Andrew M <andrew@jibeya.com>)
Список pgsql-sql
Andrew M wrote:
> how do I change the encoding type in postgreSQL (8) from UTF-8 to
> ISO-8859-1?

Dump your database, drop your database, recreate your database with the 
different encoding, reload your data.  Make sure the client encoding is 
set correctly during all this.

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


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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: select with a function
Следующее
От: "Andrew Thorley"
Дата:
Сообщение: tutorials for complex.sql & complex.c