Re: ON COMMIT actions and inheritance

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: ON COMMIT actions and inheritance
Дата
Msg-id 20181108090347.GH1222@paquier.xyz
обсуждение исходный текст
Ответ на Re: ON COMMIT actions and inheritance  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: ON COMMIT actions and inheritance  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Re: ON COMMIT actions and inheritance  (Robert Haas <robertmhaas@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: New function pg_stat_statements_reset_query() to reset statisticsof a specific query
Следующее
От: Amit Langote
Дата:
Сообщение: Re: ON COMMIT actions and inheritance