diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2024-10-01 11:38:17 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2024-10-01 11:38:17 +0900 |
commit | ec33fdcb06dcabc304d11f8856088ecc00571435 (patch) | |
tree | 7b7fbe840b0a99dd54b7b4301104614297145979 | |
parent | 88e1153cb3c668f06ac24fdccd5fab7ec9413097 (diff) | |
download | postgresql-ec33fdcb06dcabc304d11f8856088ecc00571435.tar.gz postgresql-ec33fdcb06dcabc304d11f8856088ecc00571435.zip |
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/ref/drop_extension.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |