diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-03-09 23:22:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-03-09 23:22:18 +0000 |
commit | bbae7a9881756859efa9ef21eac06cacea30926c (patch) | |
tree | 2036b1dcffedfd8baaf76436aa861159bbdd100f | |
parent | 2a55934926293b8d39d54a35d2dd868489068559 (diff) | |
download | postgresql-bbae7a9881756859efa9ef21eac06cacea30926c.tar.gz postgresql-bbae7a9881756859efa9ef21eac06cacea30926c.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 28 04:23:56 EST 2000 +Last updated: Thu Mar 9 18:21:39 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -84,6 +84,7 @@ MISC promotion occurs * Modification of pg_class can happen while table in use by another backend. Might lead to MVCC inside of syscache +* Permission to UPDATE table allows DELETE also ENHANCEMENTS ------------ |