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

Commitec55acb

Browse files
committed
doc: clarify DROP EXTENSION dependent members text
Member tracking was added in PG 13.Reported-by: David G. JohnstonDiscussion:https://postgr.es/m/CAKFQuwY1YtxQHVWUFYvSnOjZ5VPpXjF33V52bSKEwFjK2K=1Aw@mail.gmail.comAuthor: David G. JohnstonBackpatch-through: 13
1 parentf70dfbf commitec55acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/ref/drop_extension.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
3030

3131
<para>
3232
<command>DROP EXTENSION</command> removes extensions from the database.
33-
Dropping an extension causes itscomponent objects, and other explicitly
33+
Dropping an extension causes itsmember objects, and other explicitly
3434
dependent routines (see <xref linkend="sql-alterroutine"/>,
3535
the depends on extension action), to be dropped as well.
3636
</para>
@@ -79,9 +79,9 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
7979
<term><literal>RESTRICT</literal></term>
8080
<listitem>
8181
<para>
82-
This option prevents the specified extensions from being dropped
83-
if there exists non-extension-member objects that depends on any
84-
the extensions. This is the default.
82+
This option prevents the specified extensions from being dropped if
83+
other objects, besides these extensions, their members, and their
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