Re: Invalid byte sequence

From: Vick Khera <vivek(at)khera(dot)org>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Invalid byte sequence
Date: 2010-12-10 20:05:26
Message-ID: AANLkTimuRaRfFf_NQ40HT4yY8fuwsHYKd3X998tJeSBO@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Was the original DB in UTF8 encoding? You need to make sure the new
DB is created with the same encoding as the original, or do the
necessary translations using something like iconv.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-12-10 20:08:11 Re: Import id column then convert to SEQUENCE?
Previous Message Josh Kupershmidt 2010-12-10 19:13:06 Re: monitoring warm standby lag in 8.4?