Update TODO list.

Index: TODO
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
retrieving revision 1.310
diff -r1.310 TODO
3c3
< Last updated:		Wed Dec 27 00:44:44 EST 2000
---
> Last updated:		Tue Jan  2 21:23:11 EST 2001
310a311
> * Allow libedit to be used in place of libreadline
This commit is contained in:
Bruce Momjian 2001-01-03 02:23:22 +00:00
parent f0fc635220
commit b1cc64648a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Dec 27 00:44:44 EST 2000
Last updated: Tue Jan 2 21:23:11 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -308,6 +308,7 @@ SOURCE CODE
* -Use macros to define NT open() file parameters, remove NT-specific defines
* -Change CURRENT to OLD internally for rules (Bruce)
* replace the use of fprint(stderr, ...) with elog() in backend code
* Allow libedit to be used in place of libreadline
---------------------------------------------------------------------------