Re: TRUNCATE tables referenced by FKs on partitioned tables
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-07-11T22:59:16Z
Lists: pgsql-hackers
Attachments
- 0001-fix-truncate.patch (text/plain)
On 2018-Jul-11, Michael Paquier wrote: > > alvherre=# truncate table prim, partfk; > > ERROR: cannot truncate a table referenced in a foreign key constraint > > DETALLE: Table "partfk" references "prim". > > SUGERENCIA: Truncate table "partfk" at the same time, or use TRUNCATE ... CASCADE. > > Your first and second queries are the same :) Yeah, C&P failure :-( Anyway, this patch seems to fix it, and adds what I think is appropriate test coverage. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix FK checks of TRUNCATE involving partitioned tables
- 727196ced242 11.0 landed
- cd073d8f7043 12.0 landed