Re: pg_restore errors

From: "Phillip Smith" <phillip(dot)smith(at)weatherbeeta(dot)com(dot)au>
To: "'Kevin Kempter'" <kevin(at)kevinkempterllc(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_restore errors
Date: 2008-01-22 01:20:18
Message-ID: 01e501c85c94$f35ddff0$9b0014ac@wbaus090
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Trying to restore a pg_dump I get this:
>
> pg_restore: ERROR: invalid byte sequence for encoding "UTF8": 0xae
> HINT: This error can also happen if the byte sequence does not match the
> encoding expected by the server, which is controlled by "client_encoding".
> CONTEXT: COPY imm_lookup, line 2
> pg_restore: [archiver (db)] error returned by PQendcopy: ERROR: invalid
> byte
> sequence for encoding "UTF8": 0xae
> HINT: This error can also happen if the byte sequence does not match the
> encoding expected by the server, which is controlled by "client_encoding".
> CONTEXT: COPY imm_lookup, line 2

I had a similar issue a week or 2 ago - turns out my original database was
using SQL_ASCII encoding, not UTF-8.

Can your client tell you what encoding they're using? Otherwise, just try a
few different ones. Someone else might have a tricky way to work out what
the encoding should be based on the dump (but I don't ;))

Cheers,
~p

THINK BEFORE YOU PRINT - Save paper if you don't really need to print this

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee. If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
e-mail.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-01-22 02:49:25 Re: pg_restore errors
Previous Message Kevin Kempter 2008-01-22 01:06:57 pg_restore errors