I am having some data in some tables of my database which gets update rarely that data I need to transfer from my local to live only some rows that are updated. and if possible want to preserve previous data on live as well by making it inactive. I need to do row level data versioning is it possible?
I searched but didn't found anything found that postgresql only allow two type of back up physical and logical and row level versioning I am not able to find anywhere. Do I need to write code for doing this versioning? in which language? Please help.