From d773b55713e44b7d4a67411b09e1f21f195b420f Mon Sep 17 00:00:00 2001
From: Fujii Masao <fujii@postgresql.org>
Date: Mon, 18 May 2015 14:55:07 +0900
Subject: [PATCH] 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.
---
 doc/src/sgml/pgaudit.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/pgaudit.sgml b/doc/src/sgml/pgaudit.sgml
index 915b97783ba..c7ca65296d4 100644
--- a/doc/src/sgml/pgaudit.sgml
+++ b/doc/src/sgml/pgaudit.sgml
@@ -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>
-- 
GitLab