From ce4c86a656d2c0174d1ff1f64f38da07574562c0 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 e19571b8eb..c16ff338a3 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 -- 2.40.0