aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2022-08-04 15:29:25 +0700
committerJohn Naylor <john.naylor@postgresql.org>2022-08-04 15:48:37 +0700
commitf217d093fd6107731654c43d837bb4fece205d47 (patch)
tree9abc04b5c2655870605de3a0f937fd3636f5c81e
parent245e14e28b298e6ed00ea8d8c607b62387c9da92 (diff)
downloadpostgresql-f217d093fd6107731654c43d837bb4fece205d47.tar.gz
postgresql-f217d093fd6107731654c43d837bb4fece205d47.zip
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
-rw-r--r--doc/src/sgml/ref/drop_extension.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml
index c01ddace84c..4ea20131c79 100644
--- a/doc/src/sgml/ref/drop_extension.sgml
+++ b/doc/src/sgml/ref/drop_extension.sgml
@@ -32,7 +32,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
<command>DROP EXTENSION</command> removes extensions from the database.
Dropping an extension causes its component objects, and other explicitly
dependent routines (see <xref linkend="sql-alterroutine"/>,
- the depends on extension action), to be dropped as well.
+ the <literal>DEPENDS ON EXTENSION <replaceable>extension_name</replaceable>
+ </literal> action), to be dropped as well.
</para>
<para>