From 16282d2b161d7a169cdbcafaea7222233ba3dab8 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 14 Jul 2006 14:21:27 +0000 Subject: Add PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql module. --- doc/doc-txt/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index dd6ffa843..b7198cb58 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.375 2006/07/14 14:00:16 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.376 2006/07/14 14:21:27 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -107,6 +107,10 @@ PH/17 Added an extra condition to the default value of delay_warning_condition PH/18 Refactored debugging code in route_finduser() to show more information, in particular, the error code if getpwnam() issues one. +PH/19 Added PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql code module. + This is apparently needed in addition to the PH/07 change above to avoid + any possible encoding problems. + Exim version 4.62 ----------------- -- cgit v1.2.3