]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2000 13:54:51 +0000 (13:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 15 Jun 2000 13:54:51 +0000 (13:54 +0000)
doc/TODO

index 739525b17cf556281a9654c13de0007d52d187c0..f76362e92c87c73e79511c2d63f48c4040a129bb 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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