]> granicus.if.org Git - postgresql/commitdiff
Don't classify REINDEX command as DDL in the pg_audit doc.
authorFujii Masao <fujii@postgresql.org>
Mon, 18 May 2015 05:55:07 +0000 (14:55 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 18 May 2015 05:55:07 +0000 (14:55 +0900)
The commit a936743 changed the class of REINDEX but forgot to update the doc.

doc/src/sgml/pgaudit.sgml

index 915b97783ba935be1bb2775d449bcbef04022c76..c7ca65296d42f5aafbd88e4fedf45cc2cbe33bfb 100644 (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>