Skip to content

Commit ec53567

Browse files
authored
Update README.md
1 parent 7ba756f commit ec53567

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ triggers.
44
See:
55

66
http://wiki.postgresql.org/wiki/Audit_trigger_91plus
7+
8+
Run the following to get a list of tables to enable the logging on:
9+
10+
SELECT 'SELECT audit.audit_table(''' || table_name || ''');'
11+
FROM information_schema.tables
12+
WHERE table_schema = 'public'
13+
ORDER BY table_name;

0 commit comments

Comments
 (0)