summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-09-02 23:47:39 +0000
committerBruce Momjian <bruce@momjian.us>2006-09-02 23:47:39 +0000
commit18f2e0351ae4dd133cc5b7f10af57e18b591de0b (patch)
treecb1209e336bc515c429ec624289718d9fe77564b /doc/TODO
parente0938c3f5b03e48bca32fe903f057e5777d43df8 (diff)
downloadpostgresql-18f2e0351ae4dd133cc5b7f10af57e18b591de0b.tar.gz
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
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a44b1951da..147965122d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,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,14 @@ Administration
* -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