Re: PITR for an only object in postgres

2021-03-22 Thread Kyotaro Horiguchi
At Thu, 18 Mar 2021 17:12:49 -0400, aslı cokay wrote in > Hi all, > > Is there any way to get for example a table version of 5 minutes ago, or we > should PITR to 5 minutes ago, dump the table and restore with this dump ? If you want to revert the recent changes on the table, I think there's no

PITR for an only object in postgres

2021-03-18 Thread aslı cokay
Hi all, Is there any way to get for example a table version of 5 minutes ago, or we should PITR to 5 minutes ago, dump the table and restore with this dump ? Thanks.