summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-07 17:04:45 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-07 17:04:45 +0000
commitf1d02698616b45bd740d949d3aa9f8ca4d66707e (patch)
tree38f616c864960d185262867ee542afc4adf6ea51
parent58a1cb1024b64a749af373f6c330a6cc7f771a54 (diff)
Done:
> * -Allow logging of only data definition(DDL), or DDL and modification statements Add: > * Add a session mode to warn about non-standard SQL usage
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d14dfadfa9..e5a6674bed7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Mar 30 20:04:46 EST 2004
+Last updated: Wed Apr 7 13:04:30 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -41,7 +41,7 @@ Administration
* Add group object ownership, so groups can rename/drop/grant on objects,
so we can implement roles
* Add the concept of dataspaces/tablespaces [tablespaces]
-* Allow logging of only data definition(DDL), or DDL and modification statements
+* -Allow logging of only data definition(DDL), or DDL and modification statements
* -Allow log lines to include session-level information, like database and user
* Allow server log information to be output as INSERT statements
* Prevent default re-use of sysids for dropped users and groups
@@ -186,6 +186,7 @@ Commands
* Add GUC setting to make created tables default to WITHOUT OIDS
* Have pg_ctl look at PGHOST in case it is a socket directory
* Allow column-level privileges
+* Add a session mode to warn about non-standard SQL usage
* ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT