Re: ON COMMIT actions and inheritance
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Michael Paquier <michael.paquier@gmail.com>
Date: 2018-11-08T17:53:18Z
Lists: pgsql-hackers
On Thu, Nov 8, 2018 at 4:04 AM Michael Paquier <michael@paquier.xyz> wrote: > Even if the style gets heavier, I have also the following in my box: > When used on a partitioned table, this action drops its partitions and > when used on tables with inheritance children, it drops the depending > children. It should be "dependent" not "depending". -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix dependency handling of partitions and inheritance for ON COMMIT
- 52ea6a8209d6 10.7 landed
- 84b4a0cf6619 11.2 landed
- 319a8101804f 12.0 landed