diff options
author | Bruce Momjian | 2000-06-15 13:54:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-06-15 13:54:51 +0000 |
commit | 82c4733116813ff862dade1984b6fb74149f4124 (patch) | |
tree | c867718b52d3bcb829cd1d75c7652d0e412e85ed | |
parent | a62d8393ef1c2c7c1bac23aaadf404a22a36d4f9 (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jun 13 22:56:20 EDT 2000 +Last updated: Thu Jun 15 09:53:19 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -99,6 +99,9 @@ TYPES * Get BIT type working * Allow better handling of numeric constants, type conversion [typeconv] * Support multiple simultaneous character sets, per SQL92 +* Reject character sequences those are not valid in their charset +* Make functions more multi-byte aware, i.e. trim() +* Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes VIEWS |