]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Jun 2003 18:51:43 +0000 (18:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 Jun 2003 18:51:43 +0000 (18:51 +0000)
> * Allow logging of only data definition(DDL), or DDL and modification statements

doc/TODO

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