diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-28 17:43:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-28 17:43:36 +0000 |
commit | d3aa4a8e33bee5e5274615cfd461aac810d7bbc1 (patch) | |
tree | 1a000689174f69011244fc798bc9910482fc0f2d | |
parent | 062421defb838c7a7a441071888ac8af268322e3 (diff) | |
download | postgresql-d3aa4a8e33bee5e5274615cfd461aac810d7bbc1.tar.gz postgresql-d3aa4a8e33bee5e5274615cfd461aac810d7bbc1.zip |
Add URL for client_encoding being set by client:
> http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Sep 26 07:18:13 EDT 2006 +Last updated: Thu Sep 28 13:43:25 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -372,6 +372,7 @@ Multi-Language Support Currently client_encoding is set in postgresql.conf, which defaults to the server encoding. + http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php Views / Rules diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b4a5c37f79b..2637ce44ad0 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Tue Sep 26 07:18:13 EDT 2006 +Last updated: Thu Sep 28 13:43:25 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -340,6 +340,7 @@ first. </li><li>Set client encoding based on the client operating system encoding <p> Currently client_encoding is set in postgresql.conf, which defaults to the server encoding. + <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php</a> </p> </li></ul> <h1><a name="section_7">Views / Rules</a></h1> |