aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-26 20:59:00 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-26 20:59:00 +0000
commitbffeb1380ea66ae939c303d8d84a194f2011640d (patch)
treed7020cd4bdef2ac7c0552316ee4b9f7798a1e6bf
parentdb3f5fa4219016dbb96d3602f7943351d272cd61 (diff)
downloadpostgresql-bffeb1380ea66ae939c303d8d84a194f2011640d.tar.gz
postgresql-bffeb1380ea66ae939c303d8d84a194f2011640d.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index c049a1f55e5..e7260b1222f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 26 15:35:31 EST 2001
+Last updated: Fri Jan 26 15:58:49 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -49,6 +49,7 @@ MISC
* -Modification of pg_class can happen while table in use by
another backend. Might lead to MVCC inside of syscache
* Permission to DELETE table allows UPDATE also
+* SELECT cash_out(1) causes crash
ENHANCEMENTS
------------