[Lada-commits] [PATCH 1 of 2] Add hint for creation of schema objects for log analyzer

Wald Commits scm-commit at wald.intevation.org
Wed Nov 9 20:01:34 CET 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1478709196 -3600
# Branch pgaudit
# Node ID eefd0ca9e42f7e02e6230c579672743e2a93d3c2
# Parent  e0a959e652c4e0a52e1ef0b0d8eaa60e217e6252
Add hint for creation of schema objects for log analyzer.

diff -r e0a959e652c4 -r eefd0ca9e42f db_schema/Dockerfile
--- a/db_schema/Dockerfile	Tue Nov 08 19:22:48 2016 +0100
+++ b/db_schema/Dockerfile	Wed Nov 09 17:33:16 2016 +0100
@@ -113,6 +113,7 @@
      "--config_file=/etc/postgresql/9.5/main/postgresql.conf"]
 
 # To use pgaudit/analyze from within the container:
+# psql -f pgaudit/analyze/sql/audit.sql lada
 # cd pgaudit/analyze/bin
 # ./pgaudit_analyze /var/log/postgresql/ \
 #     --log-file /var/log/postgresql/pgaudit_analyze.log


More information about the Lada-commits mailing list