i am trying to created some function when column or table in postgreSQL database deleted function show delete information and recovery information without third party application (pitrery,pg-barman)
Asked
Active
Viewed 85 times
0
-
2If the data is really deleted, you cannot recover it. But maybe you want to write some kind of historization. Could you be more specific? – Laurenz Albe Feb 26 '19 at 06:11
-
Try read answer in this [Thread](https://stackoverflow.com/questions/12472318/can-i-rollback-a-transaction-ive-already-committed-data-loss) – dwir182 Feb 26 '19 at 06:16
-
`... and ask me do you want to recovery?(yes/no) ...` - this is not a job for a database server – Nick Barnes Feb 26 '19 at 12:45