Update TODO list.

This commit is contained in:
Bruce Momjian 2001-07-09 19:57:29 +00:00
parent a48c3a3447
commit 79c3d4b2c9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Sat Jul 7 00:24:58 EDT 2001
Last updated: Mon Jul 9 15:57:22 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -145,6 +145,7 @@ COMMANDS
* Add BETWEEN ASYMMETRIC/SYMMETRIC
* Change LIMIT val,val to offset,limit to match MySQL
* Allow PL/PgSQL's RAISE function to take expressions
* Allow GRANT/REVOKE to handle multiple user/group names
* ALTER
* ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place