|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Jul 3015:16:14 EDT 2003 |
| 3 | +Last updated:Wed Jul 30 16:23:29 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -59,6 +59,7 @@ Administration |
59 | 59 | * -Allow CIDR format to be used in pg_hba.conf |
60 | 60 | * Allow logging of only data definition(DDL), or DDL and modification statements |
61 | 61 | * Allow log lines to include session-level information, like database and user |
| 62 | +* Allow server log information to be output as INSERT statements |
62 | 63 |
|
63 | 64 |
|
64 | 65 | Data Types |
@@ -473,7 +474,7 @@ Source Code |
473 | 474 | * Acquire lock on a relation before building a relcache entry for it |
474 | 475 | * Research interaction of setitimer() and sleep() used by statement_timeout |
475 | 476 | * Add checks for fclose() failure |
476 | | -* Change CVS $Id: TODO,v 1.1099 2003/07/3019:16:18 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1099 2003/07/3019:16:18 momjian Exp $ |
| 477 | +* Change CVS $Id: TODO,v 1.1100 2003/07/3020:23:32 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1100 2003/07/3020:23:32 momjian Exp $ |
477 | 478 | * Exit postmaster if postgresql.conf can not be opened |
478 | 479 | * Rename /scripts directory because they are all C programs now |
479 | 480 | * Allow the regression tests to start postmaster with -i so the tests |
|