From: Bruce Momjian Date: Sat, 7 May 2005 15:45:23 +0000 (+0000) Subject: Add description: X-Git-Tag: REL8_1_0BETA1~847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a9e32912e4b0d1702fe3760f3e5889ee51f1f13;p=postgresql Add description: < Currently locale can only be set during initdb. > Currently locale can only be set during initdb. No global tables have > locale-aware columns. However, the database template used during > database creation might have locale-aware indexes. The indexes would > need to be reindexed to match the new locale. --- diff --git a/doc/TODO b/doc/TODO index ce141e265a..181af1195f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat May 7 00:38:02 EDT 2005 +Last updated: Sat May 7 11:45:16 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -250,7 +250,10 @@ Multi-Language Support * Add NCHAR (as distinguished from ordinary varchar), * Allow locale to be set at database creation - Currently locale can only be set during initdb. + Currently locale can only be set during initdb. No global tables have + locale-aware columns. However, the database template used during + database creation might have locale-aware indexes. The indexes would + need to be reindexed to match the new locale. * Allow encoding on a per-column basis diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c33f98aa72..cd9413fe6d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat May 7 00:38:02 EDT 2005 +Last updated: Sat May 7 11:45:16 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -238,7 +238,10 @@ first.