Update TODO list.

This commit is contained in:
Bruce Momjian 2001-07-13 18:22:03 +00:00
parent fb02b000a7
commit 379ac0d03a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Jul 13 13:58:22 EDT 2001
Last updated: Fri Jul 13 14:21:55 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -148,7 +148,7 @@ COMMANDS
* Change LIMIT val,val to offset,limit to match MySQL
* Allow PL/PgSQL's RAISE function to take expressions
* Change PL/PgSQL to use palloc() instead of malloc()
* Allow GRANT/REVOKE to handle multiple user/group names
* -Allow GRANT/REVOKE to handle multiple user/group names
* -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
* ALTER
* ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT