|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Feb 1211:05:09 EST 2004 |
| 3 | +Last updated:Thu Feb 1212:21:09 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -330,7 +330,6 @@ Exotic Features
|
330 | 330 |
|
331 | 331 | * Add SQL99 WITH clause to SELECT (Tom, Fernando)
|
332 | 332 | * Add SQL99 WITH RECURSIVE to SELECT (Tom, Fernando)
|
333 |
| -* Allow queries across multiple databases [crossdb] |
334 | 333 | * Add pre-parsing phase that converts non-ANSI features to supported features
|
335 | 334 | * Allow plug-in modules to emulate features from other databases
|
336 | 335 | * SQL*Net listener that makes PostgreSQL appear as an Oracle database
|
@@ -464,7 +463,7 @@ Source Code
|
464 | 463 | * Acquire lock on a relation before building a relcache entry for it
|
465 | 464 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
466 | 465 | * -Add checks for fclose() failure (Tom)
|
467 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/1216:05:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/1216:05:15 momjian Exp $ |
| 466 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1201 2004/02/1217:21:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1201 2004/02/1217:21:41 momjian Exp $ |
468 | 467 | * Exit postmaster if postgresql.conf can not be opened
|
469 | 468 | * Rename /scripts directory because they are all C programs now
|
470 | 469 | * Allow the regression tests to start postmaster with -i so the tests
|
|