On Tue, Sep 03, 2013 at 09:00:57AM +0200, Christian Ritter wrote:
> "pr\x{fc}fsumme" => 'foobar',
> 'id' => 2,
> 'host_ip' => '192.168.1.2'
> }
> };
> $BUCARDO1 = [
> 'host_ip',
> 'pr??fsumme'Yep, there is the mismatch. On my box (US-centric, with UTF-8 databases), both appear with the slash-x version. Why your second one is different from the first, I am not sure. Can you check the server encodings on the databases used in replication, as well as the bucardo database itself? I'm wondering if this isn't perhaps a bug in DBD::Pg. One of the column names comes from a direct querying of pg_attribute, and thus is a simple result. The other comes from hashall_arrayref. I will ponder this some more. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
