summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-03-23 01:25:07 +0000
committerBruce Momjian2005-03-23 01:25:07 +0000
commitaab0159cfbd0245a5d61c6c4915caf5d11c083ee (patch)
treed55d917fa11c6900f603d019a7a0bd61d9c4ab5b
parent4201ba24597814e663158617bb5056d7e71720ac (diff)
Add:
> > * Support table partitioning that allows a single table to be stored > in subtables that are partitioned based on the primary key or a WHERE > clause
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 37313653c9e..a5bdbcc8b6a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian ([email protected])
-Last updated: Tue Mar 22 19:36:14 EST 2005
+Last updated: Tue Mar 22 20:25:09 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -133,6 +133,10 @@ Administration
o Allow replication over unreliable or non-persistent links
+* Support table partitioning that allows a single table to be stored
+ in subtables that are partitioned based on the primary key or a WHERE
+ clause
+
Data Types
==========