aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-23 23:27:18 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-23 23:27:18 +0000
commit0fe571676a1cc5b64b8c4bdeb73c0a3db6e42407 (patch)
tree5746fa620829514fb1b0be2d80ab51e9c9cdefa5
parent92e1b7431f5522b664a35e15540cce28389fcdc8 (diff)
downloadpostgresql-0fe571676a1cc5b64b8c4bdeb73c0a3db6e42407.tar.gz
postgresql-0fe571676a1cc5b64b8c4bdeb73c0a3db6e42407.zip
Update TODO list.
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2207da01439..3828183fd6f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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)
@@ -75,7 +75,7 @@ TYPES
o Allow nulls in arrays
o Allow arrays to be ORDER'ed
o fix array handling in ECPG
-lfBINARY DATA
+* BINARY DATA
o -Add non-large-object binary field (already exists -- bytea)
o -Make binary interface for TOAST columns (base64)
o Improve vacuum of large objects, like /contrib/vacuumlo
@@ -162,6 +162,7 @@ COMMANDS
* -Allow GRANT/REVOKE to handle multiple user/group names
* -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
* Disallow TRUNCATE on tables that are involved in referential constraints
+* Add OR REPLACE clauses to non-FUNCTION object creation
* ALTER
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