Update TODO list.

This commit is contained in:
Bruce Momjian 2001-11-18 21:17:04 +00:00
parent b16f6c6b95
commit 98e05cec5b
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Sun Nov 18 10:32:35 EST 2001
Last updated: Sun Nov 18 16:16:56 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -357,6 +357,8 @@ MISCELLANEOUS
* Do listen() in postmaster and accept() in pre-forked backend
* Have pre-forked backend pre-connect to last requested database or pass
file descriptor to backend pre-forked for matching database
* Nested FULL OUTER JOINs don't work (Tom)
* Allow merge and hash joins on expressions not just simple variables (Tom)
SOURCE CODE
-----------