Skip to content
Snippets Groups Projects
Commit d773b557 authored by Fujii Masao's avatar Fujii Masao
Browse files

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

The commit a936743b changed the class of REINDEX but forgot to update the doc.
parent 382b479a
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i ...@@ -199,7 +199,7 @@ AUDIT: SESSION,33,2,DDL,CREATE TABLE,TABLE,public.important_table,CREATE TABLE i
<listitem> <listitem>
<para> <para>
<literal>DDL</literal> - All <literal>DDL</> that is not included <literal>DDL</literal> - All <literal>DDL</> that is not included
in the <literal>ROLE</> class plus <literal>REINDEX</>. in the <literal>ROLE</> class.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment