Re: Changing locale to 1250

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Changing locale to 1250
Дата
Msg-id 4C7D21550200002500034EFA@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Changing locale to 1250  (Łukasz Brodziak <lukasz.brodziak@hotmail.com>)
Список pgsql-admin
*ukasz Brodziak<lukasz.brodziak@hotmail.com> wrote:

> The version in 8.4. I'm trying to copy the database from Windows
> to Linux.  If it is of any importance the version of "Windows
> Postgres" is 8.2

Use pg_dump from your 8.4 machine.  I would use the --encoding
switch when I ran pg_dump to get UTF-8 encoding in the dump file.
Make sure you initialize your new database with a character set
which supports all the characters from the old database.

-Kevin

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Confused by 'timing' results
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: General migration question