Re: Unloading a table consistently - Mailing list pgsql-general

From Reece Hart
Subject Re: Unloading a table consistently
Date
Msg-id 1210717344.29078.26.camel@snafu
Whole thread Raw
In response to Unloading a table consistently  (Christophe <xof@thebuild.com>)
List pgsql-general
On Sat, 2008-05-03 at 09:11 -0700, Christophe wrote:
I will have a log table which, once a day or so, is copied to a file  
(for movement to a data warehouse), and the log table emptied.
...
Is there a better way to handle this kind of thing that I'm  
missing?

Anyone care to comment about whether a table partition might be better here? Could an insert rule on a table partition automatically create the inherited table, if needed, and insert there?

Thanks,
Reece

-- 
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

pgsql-general by date:

Previous
From: "David Wilson"
Date:
Subject: Re: Alias in the HAVING clause
Next
From: Tom Lane
Date:
Subject: Re: Making sure \timing is on