Patch for automating partitions in PostgreSQL 8.4 Beta 2

From: Kedar Potdar <kedar(dot)potdar(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Patch for automating partitions in PostgreSQL 8.4 Beta 2
Date: 2009-06-08 14:02:20
Message-ID: bd8134a40906080702s96c90a9q3bbb581b9bd0d5d7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
Test.txt text/plain 8.4 KB
readme.txt text/plain 10.7 KB
partitioning.patch application/octet-stream 272.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-06-08 14:04:07 Re: pg_migrator issue with contrib
Previous Message Tom Lane 2009-06-08 13:47:38 Re: postmaster recovery and automatic restart suppression