]> git.8kb.co.uk Git - postgresql/table_log_pl/blob - README.md
Ensure documentation file name is not ambiguous
[postgresql/table_log_pl] / README.md
1 table_log_pl
2 ===========
3
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
8
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
12
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.