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

Commit4f6d43c

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 parent9410f7c commit4f6d43c

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
@@ -81,7 +81,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8181
<para>
8282
This option prevents the specified extensions from being dropped if
8383
other objects, besides these extensions, their members, and their
84-
explicitly dependent routines, depend on them.  This is the default.
84+
explicitly dependent routines, depend on them. This is the default.
8585
</para>
8686
</listitem>
8787
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp