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