projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd8c87
)
Mention CREATE/DROP STATISTICS in event triggers docs
author
Alvaro Herrera
Mon, 13 Nov 2017 18:26:35 +0000
(19:26 +0100)
committer
Alvaro Herrera
Mon, 13 Nov 2017 18:36:23 +0000
(19:36 +0100)
The new commands are reported by event triggers, but they weren't
documented as such. Repair.
Author: David Rowley
Discussion: https://postgr.es/m/CAKJS1f-t-NE=AThB3zu1mKhdrm8PCb=++3e7x=Lf343xcrFHxQ@mail.gmail.com
doc/src/sgml/event-trigger.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/event-trigger.sgml
b/doc/src/sgml/event-trigger.sgml
index e19571b8eb715c1aff8833334e4ccc82d99fa6e3..c16ff338a3b23922da86901405e97b73bfbed23e 100644
(file)
--- a/
doc/src/sgml/event-trigger.sgml
+++ b/
doc/src/sgml/event-trigger.sgml
@@
-503,6
+503,14
@@
-
+
+
CREATE STATISTICS
+
X
+
X
+
-
+
-
+
+
CREATE TABLE
X
@@
-743,6
+751,14
@@
-
+
+
DROP STATISTICS
+
X
+
X
+
X
+
-
+
+
DROP TABLE
X