From 4c6f70cd33ac395dea1acca7dabf4cb8556235e7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 7 Jun 2020 13:27:57 +0200 Subject: [PATCH] doc: Language review --- doc/src/sgml/libpq.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 52631f458ff..19e19791444 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -925,11 +925,11 @@ postgresql:///mydb?host=localhost&port=5433 - Connection URI needs to be encoded with - Percent-encoding - if it includes symbols with special meaning in any of its parts. - Here is an example where equal sign (=) is replaced - with %3D and whitespace character with + The connection URI needs to be encoded with percent-encoding + if it includes symbols with special meaning in any of its parts. Here is + an example where the equal sign (=) is replaced with + %3D and the space character with %20: postgresql://user@localhost:5433/mydb?options=-c%20synchronous_commit%3Doff -- 2.39.5