Add item:
authorBruce Momjian
Mon, 18 Sep 2006 15:52:23 +0000 (15:52 +0000)
committerBruce Momjian
Mon, 18 Sep 2006 15:52:23 +0000 (15:52 +0000)
>
> * Set client encoding based on the client operating system encoding
>
>   Currently client_encoding is set in postgresql.conf, which
>   defaults to the server encoding.

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

index 6314ee7c8d1bc3210479f83571afb6c1256b7904..fcd462ffd14526f6f7aa013ac1dc05a13c25d505 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Sep 18 10:56:04 EDT 2006
+Last updated:      Mon Sep 18 11:52:19 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -414,6 +414,11 @@ Multi-Language Support
   http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php
   http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php
 
+* Set client encoding based on the client operating system encoding
+
+  Currently client_encoding is set in postgresql.conf, which
+  defaults to the server encoding.
+
 
 Views / Rules
 =============
index e853391e79ad541a016bc151a8f92543fb143159..480b4c8051b1e6ca5ae7138171a1f8beb7cd9610 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Sep 18 10:56:04 EDT 2006
+Last updated:           Mon Sep 18 11:52:19 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -379,6 +379,10 @@ first.
   properly in multibyte encodings
 

  http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php

   http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php
+

+  
  • Set client encoding based on the client operating system encoding
  • +

      Currently client_encoding is set in postgresql.conf, which

    +  defaults to the server encoding.
     

     
     

    Views / Rules