|
|
|
@ -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 |
|
|
|
|