> foreach suspect table {
>     update table set field=utf8_encode(field) where field<>
> utf8_encode(field)
> }
>

After some investigation, my method is not that good. It works for
identifying bad rows, but updating should be somewhat improved (it produces
even worse garbage).

Greetings
Marcin
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to