Re: Encode

Поиск
Список
Период
Сортировка
От Jure Kodzoman
Тема Re: Encode
Дата
Msg-id 1174329359.7583.3.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Encode  ("Ezequias R. da Rocha" <ezequias@fastcon.com.br>)
Список pgsql-sql
On Mon, 2007-03-19 at 09:21 -0300, Ezequias R. da Rocha wrote:
> Hi list,
> 
> It is possible to change the Encode of one database while it is on ?
> 
> Sincerely
> Ezequias

No it isn't. You would have to drop and recreate an entire DB for that.

But it's possible to change encoding of your client. It might be of help
to you, depending on why you want to change encoding. 

SET CLIENT_ENCODING TO 'LATIN2';

where you would change latin2 with encoding you wish to use.

You can find more info on this topic on
http://www.postgresql.org/docs/8.2/static/multibyte.html

Best regards,

Jure Kodzoman
Ljubljana



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

Предыдущее
От: T E Schmitz
Дата:
Сообщение: Re: triple self-join crawling
Следующее
От: "Karthikeyan Sundaram"
Дата:
Сообщение: Re: [ADMIN] create view with check option