summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-12 05:32:38 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-12 05:32:38 +0000
commit3fbd4d4bb206c4437b50e828f2744782c2e607ab (patch)
tree8da7fb679cc25196c5ca0bee76fcd14e58c34fba
parent1c7d752824fecf348b57bf96ca031ccd17e3b1e6 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f27a2a55e98..b52b904ad38 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 12 00:22:50 EST 2001
+Last updated: Fri Jan 12 00:32:20 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -153,7 +153,7 @@ COMMANDS
* Automatically drop constraints/functions when object is dropped
* CLUSTER
* cluster all tables at once
- * prent lose of constraints, indexes, permissions, inheritance
+ * prent lose of indexes, permissions, inheritance
* Automatically keep clustering on a table
* Keep statistics about clustering, perhaps during VACUUM ANALYZE
[optimizer]