Re: pgsql: Set pg_class.relhassubclass for partitioned indexes

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Дата
Msg-id 20181022031212.GF14282@paquier.xyz
обсуждение исходный текст
Ответ на Re: pgsql: Set pg_class.relhassubclass for partitioned indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Set pg_class.relhassubclass for partitioned indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Sun, Oct 21, 2018 at 10:59:27PM -0400, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
>> Set pg_class.relhassubclass for partitioned indexes
>
> Seems like this commit should have touched the catalogs.sgml description
> for that column, as well as the pg_class.h comment for it.  Neither of
> those are worded in a way that suggests it could be set for non-table
> relations.

The pg_class.h comment looked fine for me first.  How would you reword
it?

relispartition tells "True if table is a partition", which is not
actually true as it can apply to indexes.  So this should be changed in
v11 as well, no?

For relhassubclass, perhaps we could do a bit more than just referring
to children...  What about the following:
"True if relation has (or once had) any inheritance children or
partitions"
Here is the current formulation:
"True if table has (or once had) any inheritance children"

And this should be changed in v10~ additionally?
--
Michael

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Set pg_class.relhassubclass for partitioned indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Set pg_class.relhassubclass for partitioned indexes