From 8d8f85d4761a237980657d88394969151c438e52 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 13 Nov 2017 19:26:35 +0100 Subject: [PATCH] Mention CREATE/DROP STATISTICS in event triggers docs 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/src/sgml/event-trigger.sgml b/doc/src/sgml/event-trigger.sgml index c7b880d7c9c..fda9ca9cd81 100644 --- 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