Re: Error for row-level triggers with transition tables on partitioned tables
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-02T17:20:28Z
Lists: pgsql-hackers
Etsuro Fujita <etsuro.fujita@gmail.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
Commits
-
Correct error message for row-level triggers with transition tables on partitioned tables.
- 6f47756d6fa8 11.18 landed
- 572695bcbcbd 12.13 landed
- 26c1cab4c9fa 13.9 landed
- 1699125ca218 14.6 landed
- 81173264440d 15.1 landed
- 8c7146790811 16.0 landed