From e8efd983126604ac25e968608ef099fcf904692d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Sep 2006 15:52:23 +0000 Subject: Add item: > > * 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/src/FAQ/TODO.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e853391e79a..480b4c8051b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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

    -- cgit v1.2.3