I have a database in sql_ascii that I need to convert to Unicode. I tried using pg_dump -Fc .. but it fails on certain characters. like this one "è" How can I get the data transferred?
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend