Re: HowTo change encoding type....

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew M <andrew(at)jibeya(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: HowTo change encoding type....
Date: 2004-11-26 07:30:41
Message-ID: 200411260830.41161.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Andrew M wrote:
> how do I change the encoding type in postgreSQL (8) from UTF-8 to
> ISO-8859-1?

Dump your database, drop your database, recreate your database with the
different encoding, reload your data. Make sure the client encoding is
set correctly during all this.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Thorley 2004-11-26 09:56:50 tutorials for complex.sql & complex.c
Previous Message Jaime Casanova 2004-11-26 06:41:58 select with a function