Re: Encode

From: Jure Kodzoman <jure(at)plsavez(dot)hr>
To: "Ezequias R(dot) da Rocha" <ezequias(at)fastcon(dot)com(dot)br>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Encode
Date: 2007-03-19 18:35:59
Message-ID: 1174329359.7583.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Encode at 2007-03-19 12:21:30 from Ezequias R. da Rocha

Browse pgsql-sql by date

  From Date Subject
Next Message Karthikeyan Sundaram 2007-03-19 20:41:31 Re: create view with check option
Previous Message Gaetano Mendola 2007-03-19 17:34:25 Re: create view with check option