|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Oct21 12:58:25 EDT 1999 |
| 3 | +Last updated:Fri Oct22 07:49:36 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
52 | 52 | * prevent primary key of nine columns [primary]
|
53 | 53 | * SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
|
54 | 54 | * SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
|
55 |
| -* require SELECT DISTINCT target list to have all ORDER BY columns |
| 55 | +*-require SELECT DISTINCT target list to have all ORDER BY columns |
56 | 56 | * -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
|
57 | 57 | * -Allow HAVING to use comparisons that have no aggregates(Tom)
|
58 | 58 |
|
|