diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-02-04 22:41:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-02-04 22:41:28 +0000 |
commit | 7932f86c5310f8dcd1bbbdfaa463516a455433c9 (patch) | |
tree | 113b4549165828ff6f939fefc021960d60d14f9a | |
parent | ddd596d38639796983eb08a90aa1349db6f600da (diff) | |
download | postgresql-7932f86c5310f8dcd1bbbdfaa463516a455433c9.tar.gz postgresql-7932f86c5310f8dcd1bbbdfaa463516a455433c9.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Jan 29 12:23:49 EST 2000 +Last updated: Fri Feb 4 17:40:21 EST 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -82,6 +82,8 @@ MISC * SELECT ... UNION ... ORDER BY fails when sort expr not in result list * SELECT ... UNION ... GROUP BY fails if column types disagree, no type promotion occurs +* Modification of pg_class can happen while table in use by + another backend. Might lead to MVCC inside of syscache ENHANCEMENTS ------------ |