diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-09 18:06:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-09 18:06:07 +0000 |
commit | af26d6a4a2ab3b5cbf7df21e31937056549c3548 (patch) | |
tree | 0a49ac29d1726b3c1788423d00ae8dea7d6c7f2a | |
parent | e586026d10da39d591a43474c63fce73deb8f0d9 (diff) | |
download | postgresql-af26d6a4a2ab3b5cbf7df21e31937056549c3548.tar.gz postgresql-af26d6a4a2ab3b5cbf7df21e31937056549c3548.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jan 9 10:37:25 EST 2001 +Last updated: Tue Jan 9 13:05:49 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -46,7 +46,7 @@ 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 +* -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 |