diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-08 06:14:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-08 06:14:51 +0000 |
commit | e38246a643210b8d4fc7d0d7e80c2b96dc06a33d (patch) | |
tree | 763d42ee714b81ba6472652b96fb55bb57bd4afb | |
parent | 061168d38f1e9e34234e2b6a3df582f98cbc1645 (diff) | |
download | postgresql-e38246a643210b8d4fc7d0d7e80c2b96dc06a33d.tar.gz postgresql-e38246a643210b8d4fc7d0d7e80c2b96dc06a33d.zip |
Add:
> o Allow fastpast to pass values in portable format
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |