Re: Encode - Mailing list pgsql-sql

From Jure Kodzoman
Subject Re: Encode
Date
Msg-id 1174329359.7583.3.camel@localhost.localdomain
Whole thread Raw
In response to Encode  ("Ezequias R. da Rocha" <ezequias@fastcon.com.br>)
List 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 by date:

Previous
From: T E Schmitz
Date:
Subject: Re: triple self-join crawling
Next
From: "Karthikeyan Sundaram"
Date:
Subject: Re: [ADMIN] create view with check option