Re: Auto-extending table partitions?

From: u235sentinel <u235sentinel(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Auto-extending table partitions?
Date: 2010-01-06 03:50:25
Message-ID: 4B440881.9030607@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas wrote:
>
> Getting full?
>
> ...Robert
>
>
Ok. Bad analogy. We have the tables setup to write data according to
the month it was loaded. We have a December table, a January table and
so on. Basically following the examples given on the 8.4 web site.

I'm thinking it would be nice if there was a way to automatically add
the next month without having to script it all out.

Just a thought :D

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2010-01-06 03:53:50 'replication' keyword on .pgpass (Streaming Replication)
Previous Message Bruce Momjian 2010-01-06 03:05:23 Re: pg_migrator issues