Is there any way to detect data changes on postgresql wihtout touching the database structure (creating :procedures ,triggers ...).
We thought about a listener that keep listening to log file and parse it in order to know if there are a data change (insert / delete / modification).
I am not sure if the log parsing is efficient enough for such a deal.