Document transition table triggers are not allowed on views/foreign tables

Etsuro Fujita <etsuro.fujita@gmail.com>

From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-07-15T07:55:57Z
Lists: pgsql-hackers

Attachments

Hi,

Another thing I noticed about transition tables is that while we
prohibit transition tables on views/foreign tables, there is no
description about that in the user-facing documentation.  So I would
like to propose to do $SUBJECT in create_trigger.sgml.  Attached is a
patch for that.

Best regards,
Etsuro Fujita

Commits

  1. Doc: clarify the restrictions of AFTER triggers with transition tables.