]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Mon, 11 Oct 1999 13:42:25 +0000 (13:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 11 Oct 1999 13:42:25 +0000 (13:42 +0000)
doc/TODO

index 3ae932fb68de910e0d614f416c0e0e1269cd5d09..411ed266d6a5c9100e452acb9c543e361f736a37 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed Oct  6 09:35:16 EDT 1999
+Last updated:          Sun Oct 10 16:40:40 EDT 1999
 
 Current maintainer:    Bruce Momjian (maillist@candle.pha.pa.us)
 
@@ -186,7 +186,7 @@ MISC
 * -Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
 * Restore unused oid's on backend exit if no one else has gotten oids
 * Have UPDATE/DELETE clean out indexes
-* Allow WHERE restriction on ctid
+* -Allow WHERE restriction on ctid(Hiroshi)
 * Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
 * Allow PQrequestCancel() to terminate when in waiting-for-lock state
 * -Transaction log, so re-do log can be on a separate disk by
@@ -278,7 +278,7 @@ SOURCE CODE
 * Make configure --enable-debug add -g on compile line
 * Does Mariposa source contain any other bug fixes?
 * Remove SET KSQO option if OR processing is improved(Tom)
-
+* rename 'createuser' to 'pg_createuser', and add 'pg_' to other commands
 ---------------------------------------------------------------------------