summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-04-07 19:14:21 +0000
committerBruce Momjian <bruce@momjian.us>2004-04-07 19:14:21 +0000
commitd17c92b24fa081d1c49e679df7d207270fc4cbb6 (patch)
tree6bd21779226401abd860d2990803aaa860cb6a9f
parent1f12abbc7df007970071de42e568a25ca4a72442 (diff)
Update:
< * Allow LOCALE on a per-column basis, default to ASCII > * Allow locale to be set at database creation > * Allow locale on a per-column basis, default to ASCII > * Optimize locale to have minimal performance impact when not used (Peter E) 105d106 < * Optimize locale to have minimal performance impact when not used (Peter E) 111d111 < * Allow locale to be set at database creation
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 6c03b237975..d19669b50e0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Apr 7 14:34:42 EDT 2004
+Last updated: Wed Apr 7 15:14:17 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -99,16 +99,16 @@ Multi-Language Support
======================
* Add NCHAR (as distinguished from ordinary varchar),
-* Allow LOCALE on a per-column basis, default to ASCII
+* Allow locale to be set at database creation
+* Allow locale on a per-column basis, default to ASCII
+* Optimize locale to have minimal performance impact when not used (Peter E)
* Support multiple simultaneous character sets, per SQL92
* Improve Unicode combined character handling
-* Optimize locale to have minimal performance impact when not used (Peter E)
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
* Make octet_length_client the same as octet_length() (?)
* Prevent mismatch of frontend/backend encodings from converting bytea
data from being interpreted as encoded strings
* Fix upper()/lower() to work for multibyte encodings
-* Allow locale to be set at database creation
Views / Rules