Skip to content
Snippets Groups Projects
Commit b7d095bd authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update TODO list.

parent 5c91df3c
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Jul 27 14:49:13 EDT 2000 Last updated: Thu Jul 27 14:51:15 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -90,7 +90,7 @@ TYPES ...@@ -90,7 +90,7 @@ TYPES
* Declare typein/out functions in pg_proc with a special "C string" data type * Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field * Add non-large-object binary field
* Functions returning sets don't really work right[function] * Functions returning sets don't really work right[function]
* -Add hash for int8 * -Add hash for int8 (Tom)
* SELECT col FROM tab WHERE numeric_col = 10.1 fails * SELECT col FROM tab WHERE numeric_col = 10.1 fails
* Get BIT type working * Get BIT type working
* Allow better handling of numeric constants, type conversion [typeconv] * Allow better handling of numeric constants, type conversion [typeconv]
...@@ -99,6 +99,8 @@ TYPES ...@@ -99,6 +99,8 @@ TYPES
* Make functions more multi-byte aware, i.e. trim() * Make functions more multi-byte aware, i.e. trim()
* Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes * Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes
* Update macaddr manufacturer numbers, or remove the function macaddr_manuf() * Update macaddr manufacturer numbers, or remove the function macaddr_manuf()
* Add btree index support for reltime, tinterval, regproc, bit, varbit
* Add rtree index support for line, lseg, path, point
VIEWS VIEWS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment