From: Bruce Momjian Date: Wed, 7 Apr 2004 18:34:44 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA1~843 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75688a27d26bd2c38df84471e2815178a99963e4;p=postgresql Add: > * Allow locale to be set at database creation --- diff --git a/doc/TODO b/doc/TODO index e5a6674bed..6c03b23797 100644 --- a/doc/TODO +++ b/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