Skip to content

Commit d17c92b

Browse files
committed
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
1 parent 1f12abb commit d17c92b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Apr 7 14:34:42 EDT 2004
3+
Last updated: Wed Apr 7 15:14:17 EDT 2004
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -99,16 +99,16 @@ Multi-Language Support
9999
======================
100100

101101
* Add NCHAR (as distinguished from ordinary varchar),
102-
* Allow LOCALE on a per-column basis, default to ASCII
102+
* Allow locale to be set at database creation
103+
* Allow locale on a per-column basis, default to ASCII
104+
* Optimize locale to have minimal performance impact when not used (Peter E)
103105
* Support multiple simultaneous character sets, per SQL92
104106
* Improve Unicode combined character handling
105-
* Optimize locale to have minimal performance impact when not used (Peter E)
106107
* Add octet_length_server() and octet_length_client() (Thomas, Tatsuo)
107108
* Make octet_length_client the same as octet_length() (?)
108109
* Prevent mismatch of frontend/backend encodings from converting bytea
109110
data from being interpreted as encoded strings
110111
* Fix upper()/lower() to work for multibyte encodings
111-
* Allow locale to be set at database creation
112112

113113

114114
Views / Rules

0 commit comments

Comments
 (0)