> > Question: what can I do to rsync only the new additions in every table > starting 00:00:01 until 23:59:59 for each day? >
A table level replication (like Slony) should help here. Or A trigger based approach with dblink would be an-other (but, a bit complex) option. Thanks VB