Re: constraint checking on partitions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: constraint checking on partitions
Дата
Msg-id 4711.1247165498@sss.pgh.pa.us
обсуждение исходный текст
Ответ на constraint checking on partitions  ("Chris Spotts" <rfusca@gmail.com>)
Ответы Re: constraint checking on partitions
Список pgsql-general
"Chris Spotts" <rfusca@gmail.com> writes:
> Then this is also run

> alter table O add constraint notjuly check (NOT(date1 >= '2009-07-01' and
> date1 < '2009-07-01'))

> The planner excludes correctly except that it always checks O.

What are the actual queries you're hoping it will exclude for?

            regards, tom lane

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

Предыдущее
От: Vick Khera
Дата:
Сообщение: Re: Asking for assistance in determining storage requirements
Следующее
От: "Chris Spotts"
Дата:
Сообщение: Re: constraint checking on partitions