pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message for row-level triggers with transition tab

2022-11-04 Thread Etsuro Fujita
Correct error message for row-level triggers with transition tables on partitioned tables. "Triggers on partitioned tables cannot have transition tables." is incorrect as we allow statement-level triggers on partitioned tables to have transition tables. This has been wrong since commit 86f575948

pgsql: Correct error message

2020-10-13 Thread Peter Eisentraut
Correct error message Apparently copy-and-pasted from nearby. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4e118fc33e3ca5244c11a81a71bd25cf9ed3d484 Modified Files -- src/backend/parser/parse_target.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti