Don't classify REINDEX command as DDL in the pg_audit doc.

The commit a936743 changed the class of REINDEX but forgot to update the doc.
This commit is contained in:
Fujii Masao 2015-05-18 14:55:07 +09:00
parent 382b479ab7
commit d773b55713
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i
<listitem>
<para>
<literal>DDL</literal> - All <literal>DDL</> that is not included
in the <literal>ROLE</> class plus <literal>REINDEX</>.
in the <literal>ROLE</> class.
</para>
</listitem>
<listitem>