aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8dbddd30a6e..da6ad9d9794 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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