Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c6f70c

Browse files
committed
doc: Language review
1 parent b79cb8a commit 4c6f70c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/libpq.sgml

+5-5
Original file line numberDiff line numberDiff line change
@@ -925,11 +925,11 @@ postgresql:///mydb?host=localhost&port=5433
925925
</para>
926926

927927
<para>
928-
Connection <acronym>URI</acronym> needs to be encoded with
929-
<ulink url="https://tools.ietf.org/html/rfc3986#section-2.1">Percent-encoding</ulink>
930-
if it includes symbols with special meaning in any of its parts.
931-
Here is an example where equal sign (<literal>=</literal>) is replaced
932-
with <literal>%3D</literal> and whitespace character with
928+
The connection <acronym>URI</acronym> needs to be encoded with <ulink
929+
url="https://tools.ietf.org/html/rfc3986#section-2.1">percent-encoding</ulink>
930+
if it includes symbols with special meaning in any of its parts. Here is
931+
an example where the equal sign (<literal>=</literal>) is replaced with
932+
<literal>%3D</literal> and the space character with
933933
<literal>%20</literal>:
934934
<programlisting>
935935
postgresql://user@localhost:5433/mydb?options=-c%20synchronous_commit%3Doff

0 commit comments

Comments
 (0)