Re: Automating Partitions in PostgreSQL - Query on syntax

Поиск
Список
Период
Сортировка
От Dickson S. Guedes
Тема Re: Automating Partitions in PostgreSQL - Query on syntax
Дата
Msg-id 1240321601.7167.9.camel@analise3.cresoltec.com.br
обсуждение исходный текст
Ответ на Automating Partitions in PostgreSQL - Query on syntax  (Kedar Potdar <kedar.potdar@gmail.com>)
Ответы Re: Automating Partitions in PostgreSQL - Query on syntax  (Kedar Potdar <kedar.potdar@gmail.com>)
Список pgsql-hackers
Em Ter, 2009-04-21 às 17:20 +0530, Kedar Potdar escreveu:
> Hi ,
>
> We are working on a patch to automate partitioning in PostgreSQL.

Nice. ":)

> For Range partitions, we have proposed the syntax which is as
> follows
>
> (...)
> PARTITION BY RANGE (emp_id)
> (
> emp_500 (START 1 END 500),
> emp_1500 (START 500 END 1500),
> emp_4000 (START 1520 END 4000)
> );

What if I need more columns to set the partitions?


[]s
--
Dickson S. Guedes
mail/xmpp: guedes@guedesoft.net - skype: guediz
http://guedesoft.net - http://planeta.postgresql.org.br

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

Предыдущее
От: Kedar Potdar
Дата:
Сообщение: Re: Automating Partitions in PostgreSQL - Query on syntax
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 8.4 semi-join slows down query performance (EXISTS)