diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-04-07 18:34:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-04-07 18:34:44 +0000 |
commit | 75688a27d26bd2c38df84471e2815178a99963e4 (patch) | |
tree | 5c556847be72f1fb4183558c9a635144bac2780e | |
parent | e675a236885d2a00597a9a6da17124387556ddb9 (diff) |
Add:
> * Allow locale to be set at database creation
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |