|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Mar 30 20:04:46 EST 2004 |
| 3 | +Last updated:Wed Apr 7 13:04:30 EDT 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -41,7 +41,7 @@ Administration
|
41 | 41 | * Add group object ownership, so groups can rename/drop/grant on objects,
|
42 | 42 | so we can implement roles
|
43 | 43 | * Add the concept of dataspaces/tablespaces [tablespaces]
|
44 |
| -* Allow logging of only data definition(DDL), or DDL and modification statements |
| 44 | +*-Allow logging of only data definition(DDL), or DDL and modification statements |
45 | 45 | * -Allow log lines to include session-level information, like database and user
|
46 | 46 | * Allow server log information to be output as INSERT statements
|
47 | 47 | * Prevent default re-use of sysids for dropped users and groups
|
@@ -186,6 +186,7 @@ Commands
|
186 | 186 | * Add GUC setting to make created tables default to WITHOUT OIDS
|
187 | 187 | * Have pg_ctl look at PGHOST in case it is a socket directory
|
188 | 188 | * Allow column-level privileges
|
| 189 | +* Add a session mode to warn about non-standard SQL usage |
189 | 190 |
|
190 | 191 | * ALTER
|
191 | 192 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
|