projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382b479
)
Don't classify REINDEX command as DDL in the pg_audit doc.
author
Fujii Masao
Mon, 18 May 2015 05:55:07 +0000
(14:55 +0900)
committer
Fujii 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgaudit.sgml
b/doc/src/sgml/pgaudit.sgml
index 915b97783ba935be1bb2775d449bcbef04022c76..c7ca65296d42f5aafbd88e4fedf45cc2cbe33bfb 100644
(file)
--- 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
DDL
- All
DDL> that is not included
- in the
ROLE> class
plus
REINDEX>
.
+ in the
ROLE> class.