Re: How do I change the server encoding?

Поиск
Список
Период
Сортировка
От Antti Haapala
Тема Re: How do I change the server encoding?
Дата
Msg-id Pine.GSO.4.44.0302250949390.18775-100000@paju.oulu.fi
обсуждение исходный текст
Ответ на How do I change the server encoding?  (Joseph Shraibman <jks@selectacast.net>)
Ответы Re: How do I change the server encoding?  (Philippe Kiener <philippe.kiener@eivd.ch>)
Список pgsql-general
On Mon, 24 Feb 2003, Joseph Shraibman wrote:

> I have a server that has LATIN1 encoding.  I want to convert it to run UTF encoding.  How
> do I do that?  Simply changing the encoding in a dump file does not work.

So have you done both of these:
    - dropped and recreated your db with encoding 'utf-8'
    - converted your dumps to utf-8 or
      added set client_encoding to 'latin1' in the dumps

--
Antti Haapala


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: how to detect errors in statements piped to psql?
Следующее
От: "Peter Gibbs"
Дата:
Сообщение: Re: how to detect psql's errors?