Re: unique indexes on partitioned tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: unique indexes on partitioned tables
Дата
Msg-id d3e5cfa4-15aa-48a4-7b9e-49825a35b75c@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: unique indexes on partitioned tables  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: unique indexes on partitioned tables
Список pgsql-hackers
Here is a mini-patch on top of yours to fix a few cosmetic things.

I don't understand the variable name "third".  I don't see a "first" or
"second" nearby.

I find some of the columns in pg_constraint confusing.  For a primary
key on a partitioned table, for the PK on the partition I get

conislocal = false, coninhcount = 1, connoinherit = true

The last part is confusing to me.

I don't know if that's really on this patch.  But perhaps it could be
documented better.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Parallel bt build crashes when DSM_NONE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tapeblocks is uninitialized in logtape.c