> 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. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match