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

Commitf217d09

Browse files
committed
Clarify DROP EXTENSION docs regarding explicitly dependent routines
Per suggestion from Robert HaasBackpatch to v14Discussion:https://www.postgresql.org/message-id/CA%2BTgmoZ1QvHquYHLkMy1oHKqz4-E7QQctj6e0ocq_GP1B5%2B9bA%40mail.gmail.com
1 parent245e14e commitf217d09

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)

[8]ページ先頭

©2009-2025 Movatter.jp