]> git.8kb.co.uk Git - postgresql/table_log_pl/commitdiff
More changes to README
authorglyn <glyn@8kb.co.uk>
Sat, 29 Aug 2015 20:21:46 +0000 (21:21 +0100)
committerglyn <glyn@8kb.co.uk>
Sat, 29 Aug 2015 20:21:46 +0000 (21:21 +0100)
README.md

index 450fe50b6f8270c76c6537b28c39c224c6b350aa..219fa7a460e68d418f39c2b1f2f1407582026951 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
 table_log_pl
 ===========
 
 table_log_pl
 ===========
 
-Attempt at pl/pgsql drop-in replacement for the dated table_log C extenstion
+Attempt at pl/pgsql drop-in replacement for the dated table_log C extension
 AKA pg Table Audit / PostgreSQL Table Log / tablelog by Andreas Scherbaum:
      http://www.postgresql.org/ftp/projects/pgFoundry/tablelog/tablelog/
      http://github.com/andreasscherbaum/table_log
 
 AKA pg Table Audit / PostgreSQL Table Log / tablelog by Andreas Scherbaum:
      http://www.postgresql.org/ftp/projects/pgFoundry/tablelog/tablelog/
      http://github.com/andreasscherbaum/table_log
 
-A slightly more up to date version of the original C extension can also 
-be found here:
+Naturally this is slower in pl/pgsql than C, and a slightly more up to date 
+version of the original C extension can also be found here:
      https://github.com/glynastill/pg_table_audit
 
 There are now many better ways to audit DML, using json types or advanced 
      https://github.com/glynastill/pg_table_audit
 
 There are now many better ways to audit DML, using json types or advanced 
-extensions like pgaudit (below), however if for some reason you're stuck 
-with table_log this may help.
+extensions like pgaudit, however if for some reason you're stuck with 
+table_log this may help.