|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jun 25 17:08:02 EDT 2003 |
| 3 | +Last updated:Wed Jun 25 17:40:40 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -461,12 +461,13 @@ Source Code
|
461 | 461 | * Acquire lock on a relation before building a relcache entry for it
|
462 | 462 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
463 | 463 | * Add checks for fclose() failure
|
464 |
| -* Change CVS $Id: TODO,v 1.1077 2003/06/25 21:08:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1077 2003/06/25 21:08:06 momjian Exp $ |
| 464 | +* Change CVS $Id: TODO,v 1.1078 2003/06/25 21:40:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1078 2003/06/25 21:40:48 momjian Exp $ |
465 | 465 | * Exit postmaster if postgresql.conf can not be opened
|
466 | 466 | * Rename /scripts directory because they are all C programs now
|
467 | 467 | * Allow the regression tests to start postmaster with -i so the tests
|
468 | 468 | can be run on systems that don't support unix-domain sockets
|
469 | 469 | * Allow creation of a libpq-only tarball
|
| 470 | +* Promote debug_query_string into a server-side function current_query() |
470 | 471 |
|
471 | 472 |
|
472 | 473 | * Wire Protocol Changes
|
|