Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c6f70c

Browse files
committed
doc: Language review
1 parentb79cb8a commit4c6f70c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 5 deletions
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-
<ulinkurl="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 isan example where equal sign (<literal>=</literal>) is replaced
932-
with<literal>%3D</literal> andwhitespace 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 wheretheequal sign (<literal>=</literal>) is replaced with
932+
<literal>%3D</literal> andthe 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)

[8]ページ先頭

©2009-2025 Movatter.jp