Re: Error for row-level triggers with transition tables on partitioned tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Error for row-level triggers with transition tables on partitioned tables
Date: 2022-11-02 17:20:28
Message-ID: 1792183.1667409628@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> writes:
> We do not currently allow row-level triggers on partitions to have
> transition tables either, and the error message for that is “ROW
> triggers with transition tables are not supported on partitions.”.
> How about changing the DETAIL message to something similar to this
> like “ROW triggers with transition tables are not supported on
> partitioned tables.”, to avoid confusion? Patch attached. Will add
> this to the upcoming CF.

+1, this wording is better. I marked it RFC.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-11-02 17:25:44 Re: Prefetch the next tuple's memory during seqscans
Previous Message Imseih (AWS), Sami 2022-11-02 16:52:19 Re: Add index scan progress to pg_stat_progress_vacuum