Re: ToDo: show size of partitioned table

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: ToDo: show size of partitioned table
Дата
Msg-id 20181001055709.GI5982@paquier.xyz
обсуждение исходный текст
Ответ на Re: ToDo: show size of partitioned table  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
On Wed, Jul 25, 2018 at 06:09:05PM +0900, Amit Langote wrote:
> This looks nice, although I haven't looked at the patch yet.  Also, as you
> said, we could later replace the method of directly querying pg_inherits
> by something else.

Yes, at the end we may be looking at something like that which would
avoid the need of any WITH RECURSIVE queries:
https://commitfest.postgresql.org/19/1694/

Tha patch still applies, but I think that we'd want to do something for
the partition tree function first, and then come to this one.  Moved to
next CF.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: doc - improve description of default privileges
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: partition tree inspection functions