|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Tue Jan 910:37:25 EST 2001 |
| 3 | +Last updated:Tue Jan 913:05:49 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
|
46 | 46 | * -SELECT ... UNION ... ORDER BY fails when sort expr not in result list |
47 | 47 | * -SELECT ... UNION ... GROUP BY fails if column types disagree, no type |
48 | 48 | promotion occurs |
49 | | -* Modification of pg_class can happen while table in use by |
| 49 | +*-Modification of pg_class can happen while table in use by |
50 | 50 | another backend. Might lead to MVCC inside of syscache |
51 | 51 | * Permission to DELETE table allows UPDATE also |
52 | 52 |
|
|