4 Attempt at pl/pgsql drop-in replacement for the dated table_log C extension
5 AKA pg Table Audit / PostgreSQL Table Log / tablelog by Andreas Scherbaum:
6 http://www.postgresql.org/ftp/projects/pgFoundry/tablelog/tablelog/
7 http://github.com/andreasscherbaum/table_log
9 Naturally this is slower in pl/pgsql than C, and a slightly more up to date
10 version of the original C extension can also be found here:
11 https://github.com/glynastill/pg_table_audit
13 There are now many better ways to audit DML, using json types or advanced
14 extensions like pgaudit, however if for some reason you're stuck with
15 table_log this may help.