From 7a1dae840f4b786ed913ea4e539ae392d26e8de6 Mon Sep 17 00:00:00 2001 From: glyn Date: Sat, 29 Aug 2015 21:21:46 +0100 Subject: [PATCH] More changes to README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 450fe50..219fa7a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ 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 -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 -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. -- 2.39.2