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's the complete error message? What's the output of the following query in a session that gets the error? select name, setting from pg_settings where name ~ 'encoding'; > Is there a way to automatically convert the offending characters, or to > easily locate them in a pg_dump file so they can be converted by hand? You said the data loaded without error, right? Let's see if we can figure out why queries are failing before considering what corrective action to take. -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org