Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec55acb

Browse files
committed
doc: clarify DROP EXTENSION dependent members text
Member tracking was added in PG 13. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwY1YtxQHVWUFYvSnOjZ5VPpXjF33V52bSKEwFjK2K=1Aw@mail.gmail.com Author: David G. Johnston Backpatch-through: 13
1 parent f70dfbf commit ec55acb

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 its component objects, and other explicitly
33+
Dropping an extension causes its member 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)