mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Add:
> * Allow locale to be set at database creation
This commit is contained in:
parent
e675a23688
commit
75688a27d2
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Wed Apr 7 13:04:30 EDT 2004
|
||||
Last updated: Wed Apr 7 14:34:42 EDT 2004
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -108,6 +108,7 @@ Multi-Language Support
|
|||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue