Re: Invalid byte sequence - Mailing list pgsql-general

From Vick Khera
Subject Re: Invalid byte sequence
Date
Msg-id AANLkTimuRaRfFf_NQ40HT4yY8fuwsHYKd3X998tJeSBO@mail.gmail.com
Whole thread Raw
In response to Invalid byte sequence  (Robert Fitzpatrick <lists@webtent.net>)
List 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.

pgsql-general by date:

Previous
From: Josh Kupershmidt
Date:
Subject: Re: monitoring warm standby lag in 8.4?
Next
From: Vick Khera
Date:
Subject: Re: Import id column then convert to SEQUENCE?