diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-03-03 05:16:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-03-03 05:16:53 +0000 |
commit | 58c69eab00c8f560912159203a6ab4271c354a8b (patch) | |
tree | 84b930c92e11e4514e1063a71a00479ed56bca09 | |
parent | 119e968305083a4bc0943a74745fd38240979f70 (diff) |
Add:
> o Add way to remove cluster specification on a table
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 20 15:37:09 EST 2004 +Last updated: Wed Mar 3 00:16:52 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -206,6 +206,7 @@ Commands * CLUSTER o Automatically maintain clustering on a table + o Add way to remove cluster specification on a table * COPY o Allow dump/load of CSV format |