|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Jul 3014:52:01 EDT 2003 |
| 3 | +Last updated:Wed Jul 3015:16:14 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -58,7 +58,7 @@ Administration |
58 | 58 | * Add the concept of dataspaces/tablespaces [tablespaces] |
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 | | -*Add database name and user name to logging options |
| 61 | +*Allow log lines to include session-level information, like database and user |
62 | 62 |
|
63 | 63 |
|
64 | 64 | Data Types |
@@ -473,7 +473,7 @@ Source Code |
473 | 473 | * Acquire lock on a relation before building a relcache entry for it |
474 | 474 | * Research interaction of setitimer() and sleep() used by statement_timeout |
475 | 475 | * Add checks for fclose() failure |
476 | | -* Change CVS $Id: TODO,v 1.1098 2003/07/3018:52:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1098 2003/07/3018:52:06 momjian Exp $ |
| 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 | 477 | * Exit postmaster if postgresql.conf can not be opened |
478 | 478 | * Rename /scripts directory because they are all C programs now |
479 | 479 | * Allow the regression tests to start postmaster with -i so the tests |
|