|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Sep 6 12:50:35 EDT 2001 |
| 3 | +Last updated:Thu Sep 6 12:59:41 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
66 | 66 | * SELECT cash_out(2) crashes because of opaque
|
67 | 67 | * Declare typein/out functions in pg_proc with a special "C string" data type
|
68 | 68 | * -Add non-large-object binary field (already exists -- bytea)
|
69 |
| -* -Make binary/file in/out interface for TOAST columns (base64) |
| 69 | +* -Make binary interface for TOAST columns (base64) |
| 70 | +* Make file in/out interface for TOAST columns, similar to large object |
| 71 | + interface (force out-of-line storage and no compression) |
70 | 72 | * Functions returning sets do not totally work
|
71 | 73 | * SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
|
72 | 74 | * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
|
|