We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd596d commit 7932f86Copy full SHA for 7932f86
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Sat Jan 29 12:23:49 EST 2000
+Last updated: Fri Feb 4 17:40:21 EST 2000
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -82,6 +82,8 @@ MISC
82
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
83
* SELECT ... UNION ... GROUP BY fails if column types disagree, no type
84
promotion occurs
85
+* Modification of pg_class can happen while table in use by
86
+ another backend. Might lead to MVCC inside of syscache
87
88
ENHANCEMENTS
89
------------
0 commit comments