Re: ON COMMIT actions and inheritance - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: ON COMMIT actions and inheritance
Date
Msg-id 20181108090347.GH1222@paquier.xyz
Whole thread Raw
In response to Re: ON COMMIT actions and inheritance  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: ON COMMIT actions and inheritance
Re: ON COMMIT actions and inheritance
List pgsql-hackers
On Thu, Nov 08, 2018 at 04:46:46PM +0900, Amit Langote wrote:
> How about:
> When used on tables with inheritance children (including partitioned
> tables), this also drops the children (partitions).

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.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Haribabu Kommi
Date:
Subject: Re: New function pg_stat_statements_reset_query() to reset statisticsof a specific query
Next
From: Amit Langote
Date:
Subject: Re: ON COMMIT actions and inheritance