Add URLs
authorBruce Momjian
Fri, 11 Aug 2006 15:53:39 +0000 (15:53 +0000)
committerBruce Momjian
Fri, 11 Aug 2006 15:53:39 +0000 (15:53 +0000)
< * Allow encoding on a per-column basis
> * Allow encoding on a per-column basis optionally using the ICU library:
>   http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
>   http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php

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

index 5f0c5560aa3251543abaa459c3e0eb2babc65fa2..09b3abf47f14e71e7b60299440930d020f8495f6 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Aug  9 14:10:27 EDT 2006
+Last updated:      Fri Aug 11 11:53:33 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -376,10 +376,12 @@ Multi-Language Support
   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
+* Allow encoding on a per-column basis optionally using the ICU library:
 
   Right now only one encoding is allowed per database.  [locale]
   http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
+  http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
+  http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
 
 * Add CREATE COLLATE?  [locale]
 * Support multiple simultaneous character sets, per SQL92
index 2f86379cbf83a9c3ea8dc94029ab5ce1a8bd2d96..2d133e6c56b09cb56f82bfe8045520c583a2f56b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Aug  9 14:10:27 EDT 2006
+Last updated:           Fri Aug 11 11:53:33 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -347,9 +347,11 @@ first.
   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
  • +  
  • Allow encoding on a per-column basis optionally using the ICU library:
  •  

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

       http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
    +  http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php
    +  http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
     

       
  • Add CREATE COLLATE?  [locale]
  •    
  • Support multiple simultaneous character sets, per SQL92