Re: Syntax for partitioning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Syntax for partitioning
Дата
Msg-id 1256889780.525.0.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Syntax for partitioning  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Syntax for partitioning  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
On Thu, 2009-10-29 at 15:19 -0700, Jeff Davis wrote:
> I can't help but wonder if the PERIOD type might be better for
> representing a partition range. It would make it easier to express and
> enforce the constraint that no two partition ranges overlap ;)

I can't help but wonder if the period type might better be a generic
container for pairs of scalar, totally-ordered types.



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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Syntax for partitioning
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: CREATE TABLE ... INHERITS (parent INCLUDING xxx)