pgsql: Add URLs for: * Simplify ability to create partitioned tables

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add URLs for: * Simplify ability to create partitioned tables
Date: 2008-03-22 01:30:21
Message-ID: 20080322013021.A8DF77558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add URLs for:

* Simplify ability to create partitioned tables

This would allow creation of partitioned tables without requiring
creation of triggers or rules for INSERT/UPDATE/DELETE, and constraints
for rapid partition selection. Options could include range and hash
partition selection.

> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00028.php
> http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2353 -> r1.2354)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2353&r2=1.2354)
pgsql/doc/src/FAQ:
TODO.html (r1.861 -> r1.862)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.861&r2=1.862)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-22 01:44:42 pgsql: Add TODO: > > * Improve performance of shared invalidation
Previous Message Tom Lane 2008-03-21 22:41:48 pgsql: Remove TypeName struct's timezone flag, which has been write-only