]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 01:25:07 +0000 (01:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 01:25:07 +0000 (01:25 +0000)
>
> * 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

doc/TODO

index 37313653c9e39f00fdad3ed830f3bf0ee92ba727..a5bdbcc8b6a588df8c6dd6851ac064c52a6e6a0f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-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
 ==========