|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jul 27 14:49:13 EDT 2000 |
| 3 | +Last updated:Thu Jul 27 14:51:15 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
90 | 90 | * Declare typein/out functions in pg_proc with a special "C string" data type
|
91 | 91 | * Add non-large-object binary field
|
92 | 92 | * Functions returning sets don't really work right[function]
|
93 |
| -* -Add hash for int8 |
| 93 | +* -Add hash for int8 (Tom) |
94 | 94 | * SELECT col FROM tab WHERE numeric_col = 10.1 fails
|
95 | 95 | * Get BIT type working
|
96 | 96 | * Allow better handling of numeric constants, type conversion [typeconv]
|
|
99 | 99 | * Make functions more multi-byte aware, i.e. trim()
|
100 | 100 | * Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
|
101 | 101 | * Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
|
| 102 | +* Add btree index support for reltime, tinterval, regproc, bit, varbit |
| 103 | +* Add rtree index support for line, lseg, path, point |
102 | 104 |
|
103 | 105 | VIEWS
|
104 | 106 |
|
|