|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Nov 17 14:29:01 EST 2001 |
| 3 | +Last updated:Sat Nov 17 14:52:59 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -162,6 +162,7 @@ COMMANDS
|
162 | 162 | * Allow LIMIT/OFFSET to use expressions
|
163 | 163 | * Allow PL/PgSQL's RAISE function to take expressions
|
164 | 164 | * Change PL/PgSQL to use palloc() instead of malloc()
|
| 165 | +* Add untrusted version of plpython |
165 | 166 | * -Allow GRANT/REVOKE to handle multiple user/group names
|
166 | 167 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
|
167 | 168 | * Disallow TRUNCATE on tables that are involved in referential constraints
|
|