On Sat, Jun 6, 2020, 10:51 PM Vivek Gadge <vvkgadge56@xxxxxxxxx> wrote:
Is it possible to perform the table level PITR in postgresql version 9.6 or 10, if yes could u plz assist .If no ,then is there any facilities/utilities provided in upgraded postgresql versions like 11 or 12 ?
For versions 11 and 12, look at the docs on logical replication, publications and subscriptions. Also search for change data capture (CDC) for examples on how to use.
-Greg