On Thu, Jun 27, 2013 at 10:07:05AM -0400, Jonathan Brinkman wrote: > Greetings > > I'm creating a push-delta using Bucardo 4.5.0 from a remote server to the > master server (Ubuntu 12.04LTS, Postgres 12.2).
I cannot duplicate on 4.6.0. Can you come up with a simple self-contained test case that shows the issue? For example, here's the one I used: psql greg -c 'create table abc (a int primary key)' psql greg -c 'create table def (a int primary key)' psql greg -c 'create database greg2 template greg' bucardo_ctl add db a dbname=greg bucardo_ctl add db b dbname=greg2 bucardo_ctl add table abc herd=xyz db=a bucardo_ctl add table def herd=xyz db=a bucardo_ctl list herd Herd: xyz DB: a Members: public.abc, public.def -- 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
