Re: Changing encoding - Mailing list pgsql-admin

From Carol Walter
Subject Re: Changing encoding
Date
Msg-id D2631F49-71C5-4CC2-B082-D9928BE9970F@indiana.edu
Whole thread Raw
In response to Re: Changing encoding  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
I'm at 8.2.3
I do a data only pg_dump. I drop the database, then recreate it with
the correct encoding.  Then load the data back in with psql.

Carol

On Jul 15, 2008, at 11:04 AM, Peter Eisentraut wrote:

> Am Dienstag, 15. Juli 2008 schrieb Carol Walter:
>> I have some databases that use SQL ASCII or Latin1 encoding that need
>> to be UTF8.  When I have drop the database and recreated it with the
>> correct encoding I get errors in restoring the data.  How is this
>> done?
>
> What is your PostgreSQL version?  What is the exact command sequence?
>
> The sort of problem you describe is usually fixed by setting the
> client
> encoding correctly, but recent versions should do this
> automatically for
> dumps/restores.


pgsql-admin by date:

Previous
From: "Campbell, Lance"
Date:
Subject: Backup and failover process
Next
From: Fernando Ike de Oliveira
Date:
Subject: Re: best starting points....