Re: no partition pruning when partitioning using array type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: no partition pruning when partitioning using array type
Дата
Msg-id 20180711041235.5ypuktmd7f74axsj@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: no partition pruning when partitioning using array type  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: no partition pruning when partitioning using array type  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
On 2018-Jul-11, Amit Langote wrote:

> What's the solution here then?  Prevent domains as partition key?

Maybe if a domain is used in a partition key somewhere, prevent
constraints from being added?

Another thing worth considering: are you prevented from dropping a
domain that's used in a partition key?  If not, you get an ugly message
when you later try to drop the table.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Shared buffer access rule violations?
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Tips on committing