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

Commite183d72

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 parent653ce5b commite183d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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