From 8fc33f55c8f2d2b6d7199045b230af76a65186e1 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 11 Aug 2020 15:24:37 +0200 Subject: [PATCH] clarify quoting/escaping upgrade note, thanks @jsoref --- docs/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index f68edf3054..b3660ee6bf 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -21,7 +21,7 @@ PostgreSQL configuration escaping ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ We now correctly quote/escape Postgres connection parameters. -If you used single quotes around your Postgres password because it contained spaces, you now need to remove those quotes. +If you used single quotes (or some other form of escaping) around your Postgres password because it contained spaces, you now need to put your unmodified, unescaped, unquoted password in your configuration. 4.3.0 to 4.3.1 -------------- -- 2.47.2