mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 01:11:05 -05:00
Update TODO list.
This commit is contained in:
parent
f57eec067d
commit
59fdccccf5
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sat Nov 17 14:29:01 EST 2001
|
||||
Last updated: Sat Nov 17 14:52:59 EST 2001
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -162,6 +162,7 @@ COMMANDS
|
|||
* Allow LIMIT/OFFSET to use expressions
|
||||
* Allow PL/PgSQL's RAISE function to take expressions
|
||||
* Change PL/PgSQL to use palloc() instead of malloc()
|
||||
* Add untrusted version of plpython
|
||||
* -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 a new issue