diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-14 14:21:27 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-14 14:21:27 +0000 |
commit | 16282d2b161d7a169cdbcafaea7222233ba3dab8 (patch) | |
tree | 905d9fad634a73b8d1ddd3b9c610bb7deeb50831 /doc | |
parent | 34fab493f633baf3f0013f0d07cdc64fc93c19f4 (diff) |
Add PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql module.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
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 ----------------- |