mirror of https://github.com/postgres/postgres
Update TODO list.
This commit is contained in:
parent
535d92877e
commit
78d312bd50
3
doc/TODO
3
doc/TODO
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Wed Nov 21 22:10:10 EST 2001
|
||||
Last updated: Thu Nov 22 12:18:38 EST 2001
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
@ -166,6 +166,7 @@ COMMANDS
|
|||
* PL/PgSQL does not handle quoted mixed-case identifiers
|
||||
* Change PL/PgSQL to use palloc() instead of malloc()
|
||||
* Add untrusted version of plpython
|
||||
* Add plsh server-side shell language (Peter E)
|
||||
* -Allow GRANT/REVOKE to handle multiple user/group names
|
||||
* -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
|
||||
* Disallow TRUNCATE on tables that are involved in referential constraints
|
||||
|
|
Loading…
Reference in New Issue