|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon May 7 20:13:53 EDT 2001 |
| 3 | +Last updated:Mon May 7 20:18:42 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
54 | 54 | * Allow international error message support and add error codes [elog] |
55 | 55 | * Remove unused files during database vacuum or postmaster startup |
56 | 56 | * Add table name mapping for numeric file names |
| 57 | +* Allow better control over user privileges [privileges] |
57 | 58 |
|
58 | 59 | TYPES |
59 | 60 |
|
@@ -140,7 +141,7 @@ COMMANDS |
140 | 141 | * Add BETWEEN ASYMMETRIC/SYMMETRIC |
141 | 142 | * Add SET or BEGIN timeout parameter to cancel query if waiting too long |
142 | 143 | * Change LIMIT val,val to offset,limit to match MySQL |
143 | | - |
| 144 | +* Allow Pl/PgSQL's RAISE function to take expressions |
144 | 145 |
|
145 | 146 | CLIENTS |
146 | 147 |
|
|