OSDN Git Service

Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Mon, 16 Oct 2000 22:03:58 +0000 (22:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 16 Oct 2000 22:03:58 +0000 (22:03 +0000)
doc/TODO

index 197c694..2cf5c80 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon Oct 16 17:14:25 EDT 2000
+Last updated:          Mon Oct 16 18:03:42 EDT 2000
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -113,7 +113,7 @@ VIEWS
 * Allow views of aggregate columns
 * Allow views with subselects
 * Create insert, update and delete rules for simple one table views
-* Change elog for complex view ins|upd|del to "cannot {ins|upd|del}
+* -Change elog for complex view ins|upd|del to "cannot {ins|upd|del}
 * Add the functionality for "with check option" clause of create view
 
 INDEXES