How list all tables with data changes in the last 24 hours?
We had an ugly problem, by mistake, a balancer redirect some requests to a test instance with pretty similar data than production, now I know that there are data recorded in the test Postgres that belongs to production Is there a way to list all the tables with data changes in the last 24 hours in Postgres? Postgres version is 9.3 and I have around 250 tables. First consider my comment. Postgres up to and including 9.4 does not by itself record timestamps when rows were inserted or updated. There are some system columns in the row headers that can help in the forensic work. The physical order