|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Oct22 22:52:02 EDT 2001 |
| 3 | +Last updated:Tue Oct23 19:26:54 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
75 | 75 | o Allow nulls in arrays |
76 | 76 | o Allow arrays to be ORDER'ed |
77 | 77 | o fix array handling in ECPG |
78 | | -lfBINARY DATA |
| 78 | +* BINARY DATA |
79 | 79 | o -Add non-large-object binary field (already exists -- bytea) |
80 | 80 | o -Make binary interface for TOAST columns (base64) |
81 | 81 | o Improve vacuum of large objects, like /contrib/vacuumlo |
@@ -162,6 +162,7 @@ COMMANDS |
162 | 162 | * -Allow GRANT/REVOKE to handle multiple user/group names |
163 | 163 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince) |
164 | 164 | * Disallow TRUNCATE on tables that are involved in referential constraints |
| 165 | +* Add OR REPLACE clauses to non-FUNCTION object creation |
165 | 166 | * ALTER |
166 | 167 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |
167 | 168 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place |
|