1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Minor docs fixes for pg_audit

Peter Geoghegan
This commit is contained in:
Magnus Hagander 2015-05-17 11:07:19 +02:00
parent fab6ca23ea
commit 6b665454e3

View File

@ -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
<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>