summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-16 22:03:58 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-16 22:03:58 +0000
commit887d958c4432a5338c7ea8b1bc449810a442cb03 (patch)
treef3b3355119e828409e8535f3a4755d522d74d135
parent5b5ba014dd2ff104383f1cdb561a828fd27bd121 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 197c694a6a8..2cf5c800bb1 100644
--- 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