Re: 'Range partitioning in PGSQL'

Поиск
Список
Период
Сортировка
От Vibhor Kumar
Тема Re: 'Range partitioning in PGSQL'
Дата
Msg-id 18BC14BC-BD53-47CD-A33F-62468B2FFCE2@enterprisedb.com
обсуждение исходный текст
Ответ на 'Range partitioning in PGSQL'  ("Saseendra Babu" <saseendra@cdactvm.in>)
Список pgsql-novice
On Apr 11, 2011, at 1:34 PM, Saseendra Babu wrote:

> What we require is as follows.
>     • In the insert statement we shall specify only the table name ( not the partition name)
>     • The rows are be populated in to the corresponding partions

Yes it is possible in PostgreSQL.
http://www.postgresql.org/docs/9.0/interactive/ddl-partitioning.html


>     •  In select also we should only the table name ( not the partition name). rows are to be retrieved  from
correspondingpartitions. 

This is possible. constraint_exclusion=partition/on

>     • While using partition  by inheritance,  we have to specify the partition,  ie  child  table name.
Not require.

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: 'Range partitioning in PGSQL'
Следующее
От: Vibhor Kumar
Дата:
Сообщение: Re: Need SQL of create TABLE including INDEX and SEQUENCE