On Thu, Nov 3, 2022 at 2:20 AM Tom Lane <[email protected]> wrote: > Etsuro Fujita <[email protected]> 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.
Cool! I have committed the patch. Thanks for reviewing! Best regards, Etsuro Fujita
