--//pgsql partitioning-///--------------------

From: shahrzad khorrami <shahrzad(dot)khorrami(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: --//pgsql partitioning-///--------------------
Date: 2009-11-04 09:49:47
Message-ID: 183fe5e30911040149h2b7048ffs8582d575f93af879@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi all,

I have alot data that I have to isert them to db,...
Now I decide to use of partitioning
http://www.postgresql.org/docs/8.1/interactive/ddl-partitioning.html
but problem here is how I can do something that when I insert data, the
master table remains empty
and just data inserted into inherited tables.

Thanks
--
Shahrzad Khorrami

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wojtek 2009-11-04 11:05:33 Re: --//pgsql partitioning-///--------------------
Previous Message shahrzad khorrami 2009-11-04 09:11:25 Group by problem!