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

Commit3b1a377

Browse files
committed
Doc: replace unnecessary non-breaking space with ordinal space.
There were unnecessary non-breaking spaces (nbsp, U+00A0, 0xc2a0 inUTF-8) in the docs. This commit replaces them with ASCII spaces(0x20).config.sgml is backpatched through 17.ref/drop_extension.sgml is backpatched through 13.Discussion:https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.orgReviewed-by: Yugo Nagata, Daniel GustafssonBackpatch-through: 17, 13
1 parent5deb563 commit3b1a377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9380,7 +9380,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
93809380
<para>
93819381
If <varname>transaction_timeout</varname> is shorter or equal to
93829382
<varname>idle_in_transaction_session_timeout</varname> or <varname>statement_timeout</varname>
9383-
then the longer timeout is ignored.
9383+
thenthe longer timeout is ignored.
93849384
</para>
93859385

93869386
<para>

‎doc/src/sgml/ref/drop_extension.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8282
<para>
8383
This option prevents the specified extensions from being dropped if
8484
other objects, besides these extensions, their members, and their
85-
explicitly dependent routines, depend on them.  This is the default.
85+
explicitly dependent routines, depend on them. This is the default.
8686
</para>
8787
</listitem>
8888
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp