Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f217d09

Browse files
committed
Clarify DROP EXTENSION docs regarding explicitly dependent routines
Per suggestion from Robert Haas Backpatch to v14 Discussion: https://www.postgresql.org/message-id/CA%2BTgmoZ1QvHquYHLkMy1oHKqz4-E7QQctj6e0ocq_GP1B5%2B9bA%40mail.gmail.com
1 parent 245e14e commit f217d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/drop_extension.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
3232
<command>DROP EXTENSION</command> removes extensions from the database.
3333
Dropping an extension causes its component objects, and other explicitly
3434
dependent routines (see <xref linkend="sql-alterroutine"/>,
35-
the depends on extension action), to be dropped as well.
35+
the <literal>DEPENDS ON EXTENSION <replaceable>extension_name</replaceable>
36+
</literal> action), to be dropped as well.
3637
</para>
3738

3839
<para>

0 commit comments

Comments
 (0)