Skip to content

Commit 3b1a377

Browse files
committed
Doc: replace unnecessary non-breaking space with ordinal space.
There were unnecessary non-breaking spaces (nbsp, U+00A0, 0xc2a0 in UTF-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.org Reviewed-by: Yugo Nagata, Daniel Gustafsson Backpatch-through: 17, 13
1 parent 5deb563 commit 3b1a377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

+1-1
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+
then the longer timeout is ignored.
93849384
</para>
93859385

93869386
<para>

doc/src/sgml/ref/drop_extension.sgml

+1-1
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)