Re: Declarative partitioning grammar

Поиск
Список
Период
Сортировка
От NikhilS
Тема Re: Declarative partitioning grammar
Дата
Msg-id d3c4af540801120231u6eed4a5v365288ea6991cd31@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Declarative partitioning grammar  (Jeff Cohen <jcohen@greenplum.com>)
Ответы Re: Declarative partitioning grammar  (Gavin Sherry <swm@alcove.com.au>)
Список pgsql-hackers
Hi,
We did look at allowing general functions for partitioning and this
was one concern.  The other is that we want to enforce that a row
only gets inserted into a single partition, so we wanted a
declarative syntax where it was relatively easy to check that range
and list specifications don't overlap.
 
Detection of mutually exclusive ranges might not turn out to be so easy afterall. I think there is some code in the constraint_exclusion area which might help out in this.
 
Regards,
Nikhils
--
EnterpriseDB               http://www.enterprisedb.com

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

Предыдущее
От: NikhilS
Дата:
Сообщение: Re: Declarative partitioning grammar
Следующее
От: NikhilS
Дата:
Сообщение: Re: Declarative partitioning grammar