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

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Document transition table triggers are not allowed on views/foreign tables
Date: 2025-07-15 07:55:57
Message-ID: CAPmGK16XBs9ptNr8Lk4f-tJZogf6y-Prz=8yhvJbb_4dpsc3mQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0002-Update-documentation-about-transition-tables.patch application/octet-stream 1016 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2025-07-15 08:16:53 Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close
Previous Message Sutou Kouhei 2025-07-15 07:54:13 Re: Make COPY format extendable: Extract COPY TO format implementations