Patch for automating partitions in PostgreSQL 8.4 Beta 2 - Mailing list pgsql-hackers

From Kedar Potdar
Subject Patch for automating partitions in PostgreSQL 8.4 Beta 2
Date
Msg-id bd8134a40906080702s96c90a9q3bbb581b9bd0d5d7@mail.gmail.com
Whole thread Raw
Responses Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2  (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>)
Re: Patch for automating partitions in PostgreSQL 8.4 Beta 2  (Jaime Casanova <jcasanov@systemguards.com.ec>)
List pgsql-hackers
Hi,

PFA patch, readme for automating partitions in PostgreSQL 8.4 Beta 2 and testcases.

The patch automates table partitioning to support Range and Hash partitions. Please refer to attached readme file for further details.

The syntax used conforms to most of the suggestions mentioned in http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php, barring the following:
-- Specification of partition names is optional. System will be able to generate partition names in such cases.
-- Sub partitioning

Regards,
--
Kedar.
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postmaster recovery and automatic restart suppression
Next
From: Tom Lane
Date:
Subject: Re: pg_migrator issue with contrib