Add URL:
authorBruce Momjian
Thu, 8 Jun 2006 02:42:44 +0000 (02:42 +0000)
committerBruce Momjian
Thu, 8 Jun 2006 02:42:44 +0000 (02:42 +0000)
<   Right now only one encoding is allowed per database.
>   Right now only one encoding is allowed per database.  For a partial
>   patch, see http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php.

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

index a2be51d98427de1a6a6a85950fc1122f6e165c87..066f626742ffc95cda8121d51e489ef59f505474 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  7 21:08:40 EDT 2006
+Last updated:      Wed Jun  7 22:42:39 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -354,7 +354,8 @@ 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.  For a partial
+  patch, see http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php.
 
 * Support multiple simultaneous character sets, per SQL92
 * Improve UTF8 combined character handling?
index b0726aea9783f3b8c8d430f2d6bff10e8d903aa7..b471aba2799a395e655d155c3b70de2c5500f88b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jun  7 21:08:40 EDT 2006
+Last updated:           Wed Jun  7 22:42:39 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -329,7 +329,8 @@ 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.  For a partial

    +  patch, see http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php.
     

       
  • Support multiple simultaneous character sets, per SQL92
  •    
  • Improve UTF8 combined character handling?