|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
TODO list for PostgreSQL |
|
|
|
|
======================== |
|
|
|
|
Last updated: Sun Sep 9 20:14:22 EDT 2001 |
|
|
|
|
Last updated: Sun Sep 9 22:02:31 EDT 2001 |
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
|
@ -91,6 +91,7 @@ MULTILANGUAGE SUPPORT |
|
|
|
|
* 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 |
|
|
|
|
|
|
|
|
|
VIEWS |
|
|
|
|
|
|
|
|
|
@ -215,7 +216,6 @@ CLIENTS |
|
|
|
|
o JDBC-standard BLOB support |
|
|
|
|
o Error Codes (pending backend implementation) |
|
|
|
|
o Support for binary data/bytea |
|
|
|
|
o Ability to set database character set without multibyte enabled |
|
|
|
|
|
|
|
|
|
REFERENTIAL INTEGRITY |
|
|
|
|
|
|
|
|
|
|