Update TODO list.

This commit is contained in:
Bruce Momjian 2001-07-15 14:34:02 +00:00
parent 1a17447be1
commit 1e3eacc6f1

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Jul 13 14:21:55 EDT 2001
Last updated: Sun Jul 15 10:33:56 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -87,7 +87,7 @@ MULTILANGUAGE SUPPORT
* 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
* -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo)
VIEWS