aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-12-11 00:31:37 +0000
committerBruce Momjian <bruce@momjian.us>1999-12-11 00:31:37 +0000
commite6ac08c39888ed7aa5a45299f47f7b3f9c818d40 (patch)
tree56aa7c75d53fc44c7e1cf8debc71a1501ade3e49
parente639a1a6a887c3466266f6ac5259aad00434de07 (diff)
downloadpostgresql-e6ac08c39888ed7aa5a45299f47f7b3f9c818d40.tar.gz
postgresql-e6ac08c39888ed7aa5a45299f47f7b3f9c818d40.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 5ca162a0140..0b23b5afd7f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Nov 29 21:13:08 EST 1999
+Last updated: Fri Dec 10 19:30:50 EST 1999
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -69,7 +69,7 @@ MISC
* User who can create databases can modify pg_database table
* Plpgsql does not handle quoted mixed-case identifiers
* Fix btree to give a useful elog when key > 1/2 (page - overhead)
-* pg_dump should preserve primary key information
+* -pg_dump should preserve primary key information
* plpgsql regression tests fail on BSD/OS
* database names with spaces fail
* insert of 0.0 into DECIMAL(4,4) field fails