On Tue, Dec 22, 2015 at 2:03 PM, CS DBA <[email protected]> wrote: > We are replicating from a PostgreSQL 9.2 database (our Master) to a > PostgreSQL 9.4 database (our slave) - server encoding is UTF8
It appears you actually have a non-utf8 byte 0x9d in one of your tables. How did you insert that at all into your 9.2 database? It goes against your claim that it is configured with UTF8 encoding. Can you run pg_dump from 9.4 against your 9.2 database with an enforced client encoding of UTF8? Fix your data first. _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
