summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-16 16:13:02 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-16 16:13:02 +0000
commit96648f6bcbd1dcb5e3d51a267aea00bed857188b (patch)
tree3af98fba0424f5514fe2a90ed7f48b4a8ec0dbcf
parentb8e182bdd3fdc13456e996fb5742ece2a025345e (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4cf1b1af6f2..9d4cfe1c11a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
ODO list for PostgreSQL
========================
-Last updated: Mon Oct 16 11:54:04 EDT 2000
+Last updated: Mon Oct 16 12:12:54 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -120,6 +120,7 @@ INDEXES
* Allow SQL function indexes
* Add FILLFACTOR to index creation
* Re-enable partial indexes
+* Allow inherited tables to inherit index
COMMANDS
@@ -155,6 +156,7 @@ CLIENTS
* Make NULL's come out at the beginning or end depending on the
ORDER BY direction
* Update reltuples from COPY command
+* Allow COPY to specify column names
* fix array handling for ECPG
* add pg_dump option to dump type names as standard ANSI types
* -make pg_dump dump in oid order, so dependencies are resolved (Philip)