|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Mon Sep10 11:21:13 EDT 2001 |
| 3 | +Last updated:Tue Sep11 01:08:40 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -88,7 +88,7 @@ MULTILANGUAGE SUPPORT |
88 | 88 | * Add NCHAR (as distinguished from ordinary varchar), |
89 | 89 | * Allow LOCALE on a per-column basis, default to ASCII |
90 | 90 | * Support multiple simultaneous character sets, per SQL92 |
91 | | -* Reject character sequences those are not valid in their charset |
| 91 | +*-Reject character sequences those are not valid in their charset |
92 | 92 | * Make functions more multi-byte aware, e.g. trim() |
93 | 93 | * -Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes (Tatsuo) |
94 | 94 | * Allow setting database character set without multibyte enabled |
|