|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Sep 920:14:22 EDT 2001 |
| 3 | +Last updated:Sun Sep 922:02:31 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -91,6 +91,7 @@ MULTILANGUAGE SUPPORT |
91 | 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 | +* Allow setting database character set without multibyte enabled |
94 | 95 |
|
95 | 96 | VIEWS |
96 | 97 |
|
@@ -215,7 +216,6 @@ CLIENTS |
215 | 216 | o JDBC-standard BLOB support |
216 | 217 | o Error Codes (pending backend implementation) |
217 | 218 | o Support for binary data/bytea |
218 | | -o Ability to set database character set without multibyte enabled |
219 | 219 |
|
220 | 220 | REFERENTIAL INTEGRITY |
221 | 221 |
|
|