Add description:
authorBruce Momjian
Sat, 7 May 2005 15:45:23 +0000 (15:45 +0000)
committerBruce Momjian
Sat, 7 May 2005 15:45:23 +0000 (15:45 +0000)
<   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.

doc/TODO
doc/src/FAQ/TODO.html

index ce141e265a6ed52e8515e5d71502e6effa6a4d51..181af1195f1a762a1a937907a24b2bf543f39ca8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
 
index c33f98aa72e563015ecaaa999114588a97638727..cd9413fe6d5a5a78b2f755aaed12cb2c7d43b809 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
 
       
  • 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
  •  

      Right now only one encoding is allowed per database.