From: | Devrim GUNDUZ <devrim(at)commandprompt(dot)com> |
---|---|
To: | PostgreSQL - General <pgsql-general(at)postgresql(dot)org> |
Subject: | Question about partitioning |
Date: | 2006-04-17 12:43:34 |
Message-ID: | 1145277814.2845.7.camel@laptop.gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I am writing a tutorial (in Turkish) on partitioning and I have a
question that I could not find the answer of.
http://www.postgresql.org/docs/8.1/static/ddl-partitioning.html
This doc suggests to write a rule in order to be sure that data is
entered to the latest partition. Also it says that we need to redefine
this rule every month (based on the example there).
So the question is: What if we forget to redefine this? Data will not be
entered to the table defined in the rule because the check constraint
will not allow this.
So, is there a better solution than running a cron job (which redefines
this rule) at the first second of each month?
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, plPerlNG - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim GUNDUZ | 2006-04-17 12:50:35 | Re: Question about partitioning |
Previous Message | surabhi.ahuja | 2006-04-17 12:20:35 | catch SQLException, error code for Foeign key violation, |