>
> * 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
This commit is contained in:
Bruce Momjian 2005-03-23 01:25:07 +00:00
parent 4201ba2459
commit aab0159cfb
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -133,6 +133,10 @@ Administration
o Allow replication over unreliable or non-persistent links 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 Data Types
========== ==========