I'm trying to upgrade a database from PostgreSql 8.3 to 8.4, I backed up the data from 8.3 and restored from 8.4 without issues, but, when I try to use the same program that is working perfectly connected to 8.3, it throws the error:
Invalid byte sequence for character encoding <<WIN1252>>: 0x00
Does anyone know what can be happening?