Add locale/encoding references:
authorBruce Momjian
Wed, 14 Jun 2006 18:47:53 +0000 (18:47 +0000)
committerBruce Momjian
Wed, 14 Jun 2006 18:47:53 +0000 (18:47 +0000)
<   Right now only one encoding is allowed per database.
>   Right now only one encoding is allowed per database.  [locale]
> * Add CREATE COLLATE?  [locale]

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

index 8bceb5656a509ba9aaf797504ff079ea9943060f..144758ec68a515c2476ea34689743c7c5026b640 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jun 14 14:39:03 EDT 2006
+Last updated:      Wed Jun 14 14:47:40 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -361,9 +361,10 @@ Multi-Language Support
 
 * Allow encoding on a per-column basis
 
-  Right now only one encoding is allowed per database.
+  Right now only one encoding is allowed per database.  [locale]
   http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
 
+* Add CREATE COLLATE?  [locale]
 * Support multiple simultaneous character sets, per SQL92
 * Improve UTF8 combined character handling?
 * Add octet_length_server() and octet_length_client()
index 0ba00e3df42f6b82aa77907d38d4c7d5e9de7ed9..9f67f384840b0e3c1ebb4d8986205af548393621 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jun 14 14:39:03 EDT 2006
+Last updated:           Wed Jun 14 14:47:40 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -334,9 +334,10 @@ first.
   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.

    +

      Right now only one encoding is allowed per database.  [locale]

       http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
     

    +  
  • Add CREATE COLLATE?  [locale]
  •    
  • Support multiple simultaneous character sets, per SQL92
  •    
  • Improve UTF8 combined character handling?
  •    
  • Add octet_length_server() and octet_length_client()