From: Daniele Varrazzo Date: Sun, 16 Nov 2025 15:18:43 +0000 (+0100) Subject: docs: mention more informative hostname resolution error message in news X-Git-Tag: 3.3.0~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f799f4c1063ffdc3e889a30004e34261e8ab5208;p=thirdparty%2Fpsycopg.git docs: mention more informative hostname resolution error message in news --- diff --git a/docs/news.rst b/docs/news.rst index 47aca8c9f..ab9c83af3 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -61,6 +61,8 @@ Psycopg 3.2.12 - Allow copy to pass different types per column, as long as the database can convert them. Regression introduced in 3.2.11 (:ticket:`#1192`). +- Show the host name in the error message in case of name resolution error + (:ticket:`#1205`). Psycopg 3.2.11