Re: 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: Re: Document transition table triggers are not allowed on views/foreign tables
Date: 2025-07-23 10:45:42
Message-ID: CAPmGK16ngrinzpgrKJ_A8FkqtZo63fymOUrf-efuO_qR0JRCDg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jul 15, 2025 at 4:55 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> 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.

If there are no objections, I will push this and back-patch it to all
supported versions.

Best regards,
Etsuro Fujita

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ilia Evdokimov 2025-07-23 11:07:56 Re: Add estimated hit ratio to Memoize in EXPLAIN to explain cost adjustment
Previous Message Etsuro Fujita 2025-07-23 10:38:19 Re: [(known) BUG] DELETE/UPDATE more than one row in partitioned foreign table