On Tue, Jun 12, 2012 at 2:51 PM, Will <[email protected]> wrote: > One thing I'd like to do is to record the time stamp when a row is > replicated over to the subscriber. I created a trigger on the table on > the subscriber, hoping when the row is inserted, the trigger would > modify the timestamp column and then the row gets inserted. When the > row is inserted into the publisher, it is NULL.
During replication, Bucardo disables rules and triggers on the target table(s). You might be able to achieve your desired goal with a customcode, but I don't have much in the way of practical experience with them, so I can't help more specifically than that. rls -- :wq _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
