Re: Converting an ASCII database to an UTF-8 database

From: "Jan Cruz" <malebug(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Converting an ASCII database to an UTF-8 database
Date: 2006-02-18 08:06:23
Message-ID: 493da2780602180006x47dac70fk5acffd1e59f699cc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I believe PostgreSQL treat UTF-8 and LATIN9 Differently.
When I tried to dump a db to a UTF-8 encoding and restore it
with UTF-8 encoding (also) it encountered problems with fields
that have unicoded values thus it stop from restoring the whole dump.

So I tried using LATIN9 encoding for both dump and restore.

I believe that LATIN9=UTF-8 encoding base on the DOCS.

I wonder why it is like that.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Cruz 2006-02-18 08:10:13 PostgreSQL Functions / PL-Language
Previous Message Jan Cruz 2006-02-18 07:59:29 Migration using pg_restore