Commit dbe49b8c authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent df3f152e
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Jun 12 14:15:23 EDT 2001 Last updated: Wed Jun 13 16:16:45 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -141,8 +141,7 @@ COMMANDS ...@@ -141,8 +141,7 @@ COMMANDS
* Change LIMIT val,val to offset,limit to match MySQL * Change LIMIT val,val to offset,limit to match MySQL
* Allow PL/PgSQL's RAISE function to take expressions * Allow PL/PgSQL's RAISE function to take expressions
* ALTER * ALTER
* ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK * ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
CONSTRAINT
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place * ALTER TABLE ADD COLUMN to inherited table put column in wrong place
[inheritance] [inheritance]
* Add ALTER TABLE DROP COLUMN feature [drop] * Add ALTER TABLE DROP COLUMN feature [drop]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment