Re: problem converting database to UTF-8

From: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: problem converting database to UTF-8
Date: 2009-01-22 20:18:22
Message-ID: 200901222018.23202.david.goodenough@btconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 22 January 2009, Vladimir Konrad wrote:
> > Is there a definative HOWTO that I can follow, if not does someone
> > have a set of instructions that will work?
>
> What about running "iconv" command on the dumped .sql file and transform
> it to the utf8?
>
> Vlad
>
> PS: man iconv for manual

iconv does not change the database encodings embedded in the file
(and it is quite large).

Is there no automated procedure.

David

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vladimir Konrad 2009-01-22 20:42:41 Re: problem converting database to UTF-8
Previous Message Scott Marlowe 2009-01-22 20:07:00 Re: How to find how much postgresql use the memory?