Commit f1d02698 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 58a1cb10
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -41,7 +41,7 @@ Administration ...@@ -41,7 +41,7 @@ Administration
* Add group object ownership, so groups can rename/drop/grant on objects, * Add group object ownership, so groups can rename/drop/grant on objects,
so we can implement roles so we can implement roles
* Add the concept of dataspaces/tablespaces [tablespaces] * 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 log lines to include session-level information, like database and user
* Allow server log information to be output as INSERT statements * Allow server log information to be output as INSERT statements
* Prevent default re-use of sysids for dropped users and groups * Prevent default re-use of sysids for dropped users and groups
...@@ -186,6 +186,7 @@ Commands ...@@ -186,6 +186,7 @@ Commands
* Add GUC setting to make created tables default to WITHOUT OIDS * Add GUC setting to make created tables default to WITHOUT OIDS
* Have pg_ctl look at PGHOST in case it is a socket directory * Have pg_ctl look at PGHOST in case it is a socket directory
* Allow column-level privileges * Allow column-level privileges
* Add a session mode to warn about non-standard SQL usage
* ALTER * ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment