From: Bruce Momjian Date: Wed, 7 Apr 2004 17:04:45 +0000 (+0000) Subject: Done: X-Git-Tag: REL9_0_0~13030 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f1d02698616b45bd740d949d3aa9f8ca4d66707e;p=pg-rex%2Fsyncrep.git 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 --- diff --git a/doc/TODO b/doc/TODO index 8d14dfadfa..e5a6674bed 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