aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-01-08 06:14:51 +0000
committerBruce Momjian <bruce@momjian.us>2003-01-08 06:14:51 +0000
commite38246a643210b8d4fc7d0d7e80c2b96dc06a33d (patch)
tree763d42ee714b81ba6472652b96fb55bb57bd4afb
parent061168d38f1e9e34234e2b6a3df582f98cbc1645 (diff)
downloadpostgresql-e38246a643210b8d4fc7d0d7e80c2b96dc06a33d.tar.gz
postgresql-e38246a643210b8d4fc7d0d7e80c2b96dc06a33d.zip
Add:
> o Allow fastpast to pass values in portable format
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a638e165709..1a7cdba4970 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Jan 1 14:04:00 EST 2003
+Last updated: Wed Jan 8 01:14:39 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -418,6 +418,7 @@ Miscellaneous
o Remove hard-coded limits on user/db/password names
o Remove unused elements of startup packet (unused, tty, passlength)
o Fix COPY/fastpath protocol?
+ o Allow fastpast to pass values in portable format
o Replication support?
o Error codes
o Dynamic character set handling