doc: Remove event trigger firing matrix

Peter Eisentraut <peter@eisentraut.org>

Commit: a0be94067e76c81a2bbba6a98b584b870024e363
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-11-06T12:43:17Z
Releases: 18.0
doc: Remove event trigger firing matrix

This is difficult to maintain accurately, and it was probably already
somewhat incorrect, especially in the sql_drop and table_rewrite
categories.

The prior section already documented which DDL commands are *not*
supported (which was also slightly outdated), so let's expand that a
bit and just rely on that instead of listing out each command in full
detail.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Jian He <jian.universality@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxE_UAuxcM08BW5oVsg34v0cFWoEt8yBa5xSAoKLmL6LTQ%40mail.gmail.com

Files

PathChange+/−
doc/src/sgml/event-trigger.sgml modified +76 −952
src/backend/commands/event_trigger.c modified +2 −2
src/backend/tcop/utility.c modified +3 −0

Documentation touched

Discussion