Hi! > -----Ursprüngliche Nachricht----- > Von: Howard Cole [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 6. Dezember 2005 15:38 > An: Markus Wollny > Cc: PgSql General > Betreff: Re: [GENERAL] Unicode Corruption and upgrading to > 8.0.4. to 8.1
> I am avoiding this solution at the moment since the database > contains binary (ByteA) fields aswell as text fields and I am > unsure what iconv would do to this data. Bytea-data in a plain text dump should be quite safe from iconv, as all the problematic characters (decimal value <32 or >126) in the binary string are represented as SQL escaped octets like \###. Kind regards Markus ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend