On Jul 29, 2014, at 8:34 AM, Jonathan Brinkman <[email protected]> wrote:
> Greetings > Our bucardo_delta table of a source (master) server is flooded with rows > that have an identical tablename, which is 19147 > > How can I track down which table corresponds to 19147? Connect to the replicated database and issue: `SELECT 19147::regclass;` Regards, David -- David Christensen End Point Corporation [email protected] 785-727-1171 _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
