|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jun 2 14:42:27 EDT 2003 |
| 3 | +Last updated:Mon Jun 2 14:51:39 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -57,6 +57,7 @@ Administration
|
57 | 57 | so we can implement roles
|
58 | 58 | * Add the concept of dataspaces/tablespaces [tablespaces]
|
59 | 59 | * Allow CIDR format to be used in pg_hba.conf
|
| 60 | +* Allow logging of only data definition(DDL), or DDL and modification statements |
60 | 61 |
|
61 | 62 |
|
62 | 63 | Data Types
|
@@ -419,7 +420,6 @@ Miscellaneous
|
419 | 420 | * Improve caching of attribute offsets when NULLs exist in the row
|
420 | 421 | * Add a script to ask system configuration questions and tune postgresql.conf
|
421 | 422 | * Allow partitioning of table into multiple subtables
|
422 |
| - |
423 | 423 | T
|
424 | 424 |
|
425 | 425 | Source Code
|
|