diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-09-11 05:09:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-09-11 05:09:45 +0000 |
commit | 14fa192d464f2debc35eae6b0db591ea2d3b7017 (patch) | |
tree | 04793c86e5b183518f41f589ba5d5e725f77b6b1 | |
parent | e1de3e0833b35d0118165713e07abc9718c9d260 (diff) | |
download | postgresql-14fa192d464f2debc35eae6b0db591ea2d3b7017.tar.gz postgresql-14fa192d464f2debc35eae6b0db591ea2d3b7017.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Sep 10 11:21:13 EDT 2001 +Last updated: Tue Sep 11 01:08:40 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -88,7 +88,7 @@ MULTILANGUAGE SUPPORT * Add NCHAR (as distinguished from ordinary varchar), * Allow LOCALE on a per-column basis, default to ASCII * Support multiple simultaneous character sets, per SQL92 -* Reject character sequences those are not valid in their charset +* -Reject character sequences those are not valid in their charset * Make functions more multi-byte aware, e.g. trim() * -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo) * Allow setting database character set without multibyte enabled |