]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
clarify quoting/escaping upgrade note, thanks @jsoref 9039/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 11 Aug 2020 13:24:37 +0000 (15:24 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 24 Sep 2020 08:37:16 +0000 (10:37 +0200)
docs/upgrading.rst

index f68edf305432b0a6e6e9bc948c17816b5abf1d51..b3660ee6bf955f4b8c0e1c97863ca22ea2c80466 100644 (file)
@@ -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
 --------------