diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-05-18 14:55:07 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-05-18 14:55:07 +0900 |
commit | d773b55713e44b7d4a67411b09e1f21f195b420f (patch) | |
tree | 8c2eb387982aaee5d6dbd7f368130534d5287891 | |
parent | 382b479ab7b4afb0d661ee24104d418758dc2a36 (diff) |
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.
-rw-r--r-- | doc/src/sgml/pgaudit.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |