|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Jan 4 13:22:43 EST 2002 |
| 3 | +Last updated:Fri Jan 4 13:41:50 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
40 | 40 | * Improve control over user privileges, including table creation and |
41 | 41 | lock use [privileges] (Karel, others) |
42 | 42 | * Make it easier to create a database owned by someone who can't createdb, |
43 | | - perhaps CREATE DATABASE dbname WITHUSER = "user" (Gavin) |
| 43 | + perhaps CREATE DATABASE dbname WITHOWNER = "user" (Gavin) |
44 | 44 | * Make equals sign optional in CREATE DATABASE WITH param = 'val' |
45 | 45 | * -Permission to DELETE table also allows UPDATE (Peter E) |
46 | 46 | * Allow elog() to return error codes, module name, file name, line |
|