Skip to content

Commit 89512ee

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 1b94f8f commit 89512ee

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 <literal>DEPENDS ON EXTENSION <replaceable>extension_name</replaceable>
3636
</literal> action), to be dropped as well.
@@ -80,9 +80,9 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8080
<term><literal>RESTRICT</literal></term>
8181
<listitem>
8282
<para>
83-
This option prevents the specified extensions from being dropped
84-
if there exist non-extension-member objects that depend on any
85-
of the extensions. This is the default.
83+
This option prevents the specified extensions from being dropped if
84+
other objects, besides these extensions, their members, and their
85+
explicitly dependent routines, depend on them.  This is the default.
8686
</para>
8787
</listitem>
8888
</varlistentry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy