mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
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:
parent
382b479ab7
commit
d773b55713
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user