diff options
-rw-r--r-- | doc/src/sgml/ref/drop_extension.sgml | 3 |
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> |