Catalog views failed to show partitioned table information.

Поиск
Список
Период
Сортировка
От Suraj Kharage
Тема Catalog views failed to show partitioned table information.
Дата
Msg-id CAF1DzPVrYo4XNTEnc=PqVp6aLJc7LFYpYR4rX=_5pV=wJ2KdZg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Catalog views failed to show partitioned table information.  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

There are some catalog views which do not show the partitioned table and its index entry. 
One of them is "pg_indexes" which failed to show the partitioned index. Attached the patch which fixes the same.

Other views such as pg_stat*,pg_statio_* has the same problem for partitioned tables and indexes. 
Since the partitioned tables and its indexes considered as a dummy, they do not have any significance in stat tables, 
can we still consider adding relkind=p in these pg_stat_* views? Thoughts?

Regards,
Suraj
Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: explain plans with information about (modified) gucs
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] REINDEX CONCURRENTLY 2.0