]> git.8kb.co.uk Git - postgresql/table_log_pl/blob - README.md
Fix typo in readme
[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 extenstion
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 A slightly more up to date version of the original C extension can also 
10 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 (below), however if for some reason you're stuck 
15 with table_log this may help.