summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-17 22:07:21 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-17 22:07:21 +0000
commitedf829aa1c00317cf7ba041281cd989dfda7c406 (patch)
treea3503961d3d7db831d035546a3d70ea85bee6ed3
parenta6677f0f9e4c9b287ac0694b4e1addd7fce9bbb7 (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 63b7d3bbe9d..4c933e60466 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed May 16 20:09:52 EDT 2001
+Last updated: Thu May 17 18:06:54 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -303,7 +303,7 @@ SOURCE CODE
* Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Allow ps status display to work on Solaris/SVr4-based systems
-* Decide on spelling of indexes/indices
+* -Decide on spelling of indexes/indices
* Add mention of VACUUM, log rotation to Administrator's Guide
* Use BlockNumber rather than int where appropriate