summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-02 19:11:42 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-02 19:11:42 +0000
commit1df27f9a590b07492a5d1579f04b77e6700f11d7 (patch)
tree26b01532eb2383514462da9c3f390983249482f8
parent5433b4838006ffa4da80e5cdf64452bccd2aabdc (diff)
Update TODO list.
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 2647a72bbb2..8f32c7f3f52 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu May 31 10:48:15 EDT 2001
+Last updated: Sat Jun 2 15:11:24 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -179,8 +179,8 @@ COMMANDS
CLIENTS
-* Make NULL's come out at the beginning or end depending on the
- ORDER BY direction
+* -Make NULL's come out at the beginning or end depending on the
+ ORDER BY direction (Tom)
* have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
or multiple SELECTS to avoid bad system catalog entries
* allow psql \d to show foreign keys