Encodings

From: "Jan Cruz" <malebug(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Encodings
Date: 2006-02-20 07:55:23
Message-ID: 493da2780602192355y357d53e8m66ed9be5d8f22638@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When restoring a dump from sql_ascii encoding to latin9/utf8
the "THIS STRING|" result to "THIS STRINGŠ" thus it aborted the restore.

When I tried to dump a latin9/utf8 and restore it with the same encoding
having same string it goes well but it took a very long time to copy all
data.
(1.6gb dump for 24/hrs)

So far I don't know what seems to be the problem why it took so long to copy
the dump if it is already in latin9/utf8 encoding to latin9/utf8 database.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2006-02-20 09:02:04 Re: Encodings
Previous Message Virag Saksena 2006-02-20 07:24:57 psql Copy question