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. 回答1: First consider my comment. Postgres up to and including 9.4 does not by itself record timestamps when rows were inserted or