Hi,
a) create triggers on some tables (on update, on delete ...).
let the triggers write some log, check the log or let the triggers
update one central table adding database, tablenames with "table ... in
database ... has been updated, modified'
b) enable detailed loggin and check the system log.
c) both ;)
Regards
walter
Am 11.12.2017 um 17:48 schrieb marcelo:
The installation I'm planning will manage several databases, but not
all of them will change every day.
In order to planning/scripting the pg_dump usage, I would need to know
which databases had some change activity at the end of some day.
How can it be done?
TIA