Done:
authorBruce Momjian
Sat, 23 Apr 2005 21:25:49 +0000 (21:25 +0000)
committerBruce Momjian
Sat, 23 Apr 2005 21:25:49 +0000 (21:25 +0000)
< * Optimize locale to have minimal performance impact when not used

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

index 25bfa3e5e880dbb98becf9467b36bc04a3765a1d..a50b53ab2946ba37a511da8d3894a56c9983fd68 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Apr 23 17:22:48 EDT 2005
+Last updated:      Sat Apr 23 17:25:48 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -237,7 +237,6 @@ Multi-Language Support
 
   Right now only one encoding is allowed per database.
 
-* Optimize locale to have minimal performance impact when not used
 * Support multiple simultaneous character sets, per SQL92
 * Improve UTF8 combined character handling (?)
 * Add octet_length_server() and octet_length_client()
index 8cf4fae4755c5bbe2e0ca560cd084894d51e5c87..865a3f51fcacdf4607b1bb7dca502240ffaab011 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Apr 23 17:22:48 EDT 2005
+Last updated:           Sat Apr 23 17:25:48 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -223,7 +223,6 @@ first.
   
  • Allow encoding on a per-column basis
  •  

      Right now only one encoding is allowed per database.

     

    -  
  • Optimize locale to have minimal performance impact when not used
  •    
  • Support multiple simultaneous character sets, per SQL92
  •    
  • Improve UTF8 combined character handling (?)
  •    
  • Add octet_length_server() and octet_length_client()