summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-11-26 04:38:59 +0000
committerBruce Momjian <bruce@momjian.us>1999-11-26 04:38:59 +0000
commit1592c3179fd72e90d230f7ee18b490d7281534b1 (patch)
tree04911b38ecdd7ece1ae39fe41ab82283813e96b3
parent09f185a0409523a435fd83333e278eb9310fa52d (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 a76adb04256..a27a1596de3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Nov 22 13:02:03 EST 1999
+Last updated: Thu Nov 25 23:38:01 EST 1999
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -171,7 +171,7 @@ CLIENTS
* Allow flag to control COPY input/output of NULLs
* Update reltuples from COPY command
* -Allow psql \copy to allow delimiters
-* Add a function to return the last inserted oid, for use in psql scripts
+* -Add a function to return the last inserted oid, for use in psql scripts
* -Allow psql to print nulls as distinct from "" [null]
EXOTIC FEATURES