10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245e14e commit f217d09Copy full SHA for f217d09
doc/src/sgml/ref/drop_extension.sgml
@@ -32,7 +32,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
32
<command>DROP EXTENSION</command> removes extensions from the database.
33
Dropping an extension causes its component objects, and other explicitly
34
dependent routines (see <xref linkend="sql-alterroutine"/>,
35
- the depends on extension action), to be dropped as well.
+ the <literal>DEPENDS ON EXTENSION <replaceable>extension_name</replaceable>
36
+ </literal> action), to be dropped as well.
37
</para>
38
39
<para>
0 commit comments