Doc: replace unnecessary non-breaking space with ordinal space.
authorTatsuo Ishii <[email protected]>
Tue, 1 Oct 2024 02:34:34 +0000 (11:34 +0900)
committerTatsuo Ishii <[email protected]>
Tue, 1 Oct 2024 02:34:34 +0000 (11:34 +0900)
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

doc/src/sgml/config.sgml
doc/src/sgml/ref/drop_extension.sgml

index 0aec11f443212d2a53609423d263071116372cd2..08173ecb5c441b4b458fe5f5735afacc0ae2c328 100644 (file)
@@ -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>
index 484e5d9b11a1521e65ac5871f7f7450530bbd03c..4266c6d1ceb316ea5adcffb93b2e4f3e4e573ed5 100644 (file)
@@ -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>