Re: [ADMIN] Character encoding conversion

2008-02-09 Thread Tom Lane
Mike Blackwell <[EMAIL PROTECTED]> writes: > I have a database which was originally created with LATIN1 encoding. > I'd like to move it to UTF8. The data will load ok (COPY) but I am > getting 'invalid byte sequence for encoding..." messages when accessing > the data. How exactly did you move t

Re: [ADMIN] Character encoding conversion

2008-02-09 Thread Michael Fuhr
On Sat, Feb 09, 2008 at 08:28:58AM -0600, Mike Blackwell wrote: > I have a database which was originally created with LATIN1 encoding. > I'd like to move it to UTF8. The data will load ok (COPY) but I am > getting 'invalid byte sequence for encoding..." messages when accessing > the data. What'

Re: [ADMIN] Character encoding conversion

2008-02-09 Thread Shoaib Mir
On Feb 9, 2008 7:28 PM, Mike Blackwell <[EMAIL PROTECTED]> wrote: > I have a database which was originally created with LATIN1 encoding. > I'd like to move it to UTF8. The data will load ok (COPY) but I am > getting 'invalid byte sequence for encoding..." messages when accessing > the data. > >