|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jul25 18:08:35 EDT 2003 |
| 3 | +Last updated:Wed Jul30 14:52:01 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -58,6 +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 | 62 |
|
62 | 63 |
|
63 | 64 | Data Types
|
@@ -472,7 +473,7 @@ Source Code
|
472 | 473 | * Acquire lock on a relation before building a relcache entry for it
|
473 | 474 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
474 | 475 | * Add checks for fclose() failure
|
475 |
| -* Change CVS $Id: TODO,v 1.1097 2003/07/25 22:08:36 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1097 2003/07/25 22:08:36 momjian Exp $ |
| 476 | +* Change CVS $Id: TODO,v 1.1098 2003/07/30 18:52:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1098 2003/07/30 18:52:06 momjian Exp $ |
476 | 477 | * Exit postmaster if postgresql.conf can not be opened
|
477 | 478 | * Rename /scripts directory because they are all C programs now
|
478 | 479 | * Allow the regression tests to start postmaster with -i so the tests
|
|