|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan 3 00:48:38 EST 2002 |
| 3 | +Last updated:Thu Jan 303:00:47 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
39 | 39 |
|
40 | 40 | * Improve control over user privileges, including table creation and
|
41 | 41 | lock use [privileges] (Karel, others)
|
42 |
| -* Make it easier to create a database owned by someone who can't createdb |
| 42 | +* Make it easier to create a database owned by someone who can't createdb, |
| 43 | + perhaps CREATE DATABASE dbname WITH USER = "user" |
43 | 44 | * -Permission to DELETE table also allows UPDATE (Peter E)
|
44 | 45 | * Allow elog() to return error codes, module name, file name, line
|
45 | 46 | number, not just messages (Peter E)
|
|