summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2024-10-01 02:34:34 +0000
committerTatsuo Ishii2024-10-01 02:34:34 +0000
commit3b1a377defcfc01d8a3f964e39aa652766ffc188 (patch)
tree65599d3d8876c9812dc4dc1446bf5f1a364c9dfc
parent5deb56387e3a1d08e1e62bed031258db267a0ab5 (diff)
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
-rw-r--r--doc/src/sgml/config.sgml2
-rw-r--r--doc/src/sgml/ref/drop_extension.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 0aec11f4432..08173ecb5c4 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -9380,7 +9380,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<para>
If <varname>transaction_timeout</varname> is shorter or equal to
<varname>idle_in_transaction_session_timeout</varname> or <varname>statement_timeout</varname>
- then the longer timeout is ignored.
+ then the longer timeout is ignored.
</para>
<para>
diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml
index 484e5d9b11a..4266c6d1ceb 100644
--- a/doc/src/sgml/ref/drop_extension.sgml
+++ b/doc/src/sgml/ref/drop_extension.sgml
@@ -82,7 +82,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
<para>
This option prevents the specified extensions from being dropped if
other objects, besides these extensions, their members, and their
- explicitly dependent routines, depend on them.  This is the default.
+ explicitly dependent routines, depend on them. This is the default.
</para>
</listitem>
</varlistentry>