Vick Khera vivek at khera.org
Wed Dec 23 07:13:49 PST 2015
On Tue, Dec 22, 2015 at 2:03 PM, CS DBA <cs_dba at consistentstate.com> 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.


More information about the Slony1-general mailing list