Character conversion...

From: FC <lne-1mc8(at)myamail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Character conversion...
Date: 2005-06-29 15:02:18
Message-ID: 951C2B13-A59A-4D79-8929-9EBFEADD1FDD@myamail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I have all my database encoded in ISO-8859-1 and I would like to
convert this database in UNICODE.

I have try this but with no success.

pg_dump dbase > foo.db
createdb -E UNICODE dbase
psql dbase < foo.db

I have also try to modify the value of client_encoding in the foo.db
file but that didn't fix my problem.

Thanks.
Fred

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Douglas McNaught 2005-06-29 15:07:08 Re: how to use pg_dump and then restored onto development server
Previous Message Eric D Nielsen 2005-06-29 15:01:04 Re: Advice on merging two primary keys...