Skip to content
Snippets Groups Projects
Commit 6b665454 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Minor docs fixes for pg_audit

Peter Geoghegan
parent fab6ca23
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i ...@@ -89,7 +89,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i
relation referenced in a statement. No parsing is required to find all relation referenced in a statement. No parsing is required to find all
statements that touch a particular table. In fact, the goal is that the statements that touch a particular table. In fact, the goal is that the
statement text is provided primarily for deep forensics and should not be statement text is provided primarily for deep forensics and should not be
the required for an audit. required for an audit.
</para> </para>
</sect2> </sect2>
...@@ -653,7 +653,7 @@ AUDIT: SESSION,36,1,DDL,ALTER TABLE,TABLE,public.test2,ALTER TABLE test RENAME T ...@@ -653,7 +653,7 @@ AUDIT: SESSION,36,1,DDL,ALTER TABLE,TABLE,public.test2,ALTER TABLE test RENAME T
<listitem> <listitem>
<para> <para>
Autovacuum and Autoanalyze are not logged, nor are they intended to be. Autovacuum and Autoanalyze are not logged.
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment