Don't classify REINDEX command as DDL in the pg_audit doc.
authorFujii Masao
Mon, 18 May 2015 05:55:07 +0000 (14:55 +0900)
committerFujii Masao
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
             
               
                 DDL - All DDL that is not included
-                in the ROLE class plus REINDEX.
+                in the ROLE class.