--//pgsql partitioning-///-------------------- - Mailing list pgsql-general

From shahrzad khorrami
Subject --//pgsql partitioning-///--------------------
Date
Msg-id 183fe5e30911040149h2b7048ffs8582d575f93af879@mail.gmail.com
Whole thread Raw
Responses Re: --//pgsql partitioning-///--------------------  (Wojtek <foo@twine.pl>)
Re: --//pgsql partitioning-///--------------------  (Vick Khera <vivek@khera.org>)
List 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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: createlang error(s)
Next
From: shahrzad khorrami
Date:
Subject: Group by problem!