|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Nov21 22:10:10 EST 2001 |
| 3 | +Last updated:Thu Nov22 12:18:38 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -166,6 +166,7 @@ COMMANDS
|
166 | 166 | * PL/PgSQL does not handle quoted mixed-case identifiers
|
167 | 167 | * Change PL/PgSQL to use palloc() instead of malloc()
|
168 | 168 | * Add untrusted version of plpython
|
| 169 | +* Add plsh server-side shell language (Peter E) |
169 | 170 | * -Allow GRANT/REVOKE to handle multiple user/group names
|
170 | 171 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
|
171 | 172 | * Disallow TRUNCATE on tables that are involved in referential constraints
|
|