Skip to content
aharonrobbins edited this page Jul 19, 2016 · 3 revisions

Please report any issues to: https://github.com/mcafee/postgresql-audit/issues

This includes: bugs, feature requests and questions regarding installation/configuration/functionality.

Please try to describe the issue verbosely. Try to see if it reproduces and include a detailed description on how to reproduce.

Make sure to include the full PostgreSQL Server version and Audit Plugin version. To print PostgreSQL Server version: log into PostgreSQL and execute the command:

    select version();

Please include with the issue all Audit plugin settings used for configuration in postgresl.conf and the output of the Audit plugin in the PostgreSQL error log. The log file location is configured in the postgresql.conf configuration file. You can see the log destination (syslog, a file or something else) using the command:

     show log_destination;
Clone this wiki locally