From 18f2e0351ae4dd133cc5b7f10af57e18b591de0b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 2 Sep 2006 23:47:39 +0000 Subject: Add: > * Simplify ability to create partitioned tables > > This would allow creation of partitioned tables without requiring > creation of rules for INSERT/UPDATE/DELETE, and constraints for > rapid partition selection. Options could include range and hash > partition selection. > > * Allow auto-selection of partitioned tables for min/max() operations --- doc/src/FAQ/TODO.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index fe406ce927e..d60ef97a47b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Sep 2 18:58:54 EDT 2006 +Last updated: Sat Sep 2 19:47:37 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -64,6 +64,13 @@ first.

  • -Re-enable the GUC full_page_writes in 8.2 when reliability issues have been addressed +
  • Simplify ability to create partitioned tables +

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

    +
  • Allow auto-selection of partitioned tables for min/max() operations
  • Improve replication solutions