Commit 0fe57167 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 92e1b743
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Oct 22 22:52:02 EDT 2001 Last updated: Tue Oct 23 19:26:54 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -75,7 +75,7 @@ TYPES ...@@ -75,7 +75,7 @@ TYPES
o Allow nulls in arrays o Allow nulls in arrays
o Allow arrays to be ORDER'ed o Allow arrays to be ORDER'ed
o fix array handling in ECPG o fix array handling in ECPG
lfBINARY DATA * BINARY DATA
o -Add non-large-object binary field (already exists -- bytea) o -Add non-large-object binary field (already exists -- bytea)
o -Make binary interface for TOAST columns (base64) o -Make binary interface for TOAST columns (base64)
o Improve vacuum of large objects, like /contrib/vacuumlo o Improve vacuum of large objects, like /contrib/vacuumlo
...@@ -162,6 +162,7 @@ COMMANDS ...@@ -162,6 +162,7 @@ COMMANDS
* -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) * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
* Disallow TRUNCATE on tables that are involved in referential constraints * Disallow TRUNCATE on tables that are involved in referential constraints
* Add OR REPLACE clauses to non-FUNCTION object creation
* ALTER * ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
o ALTER TABLE ADD COLUMN to inherited table put column in wrong place o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
......
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