diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_extension.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_extension.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml index ba52922013..f75308a20d 100644 --- a/doc/src/sgml/ref/drop_extension.sgml +++ b/doc/src/sgml/ref/drop_extension.sgml @@ -79,7 +79,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ <para> Refuse to drop the extension if any objects depend on it (other than its own member objects and other extensions listed in the same - <command>DROP</> command). This is the default. + <command>DROP</command> command). This is the default. </para> </listitem> </varlistentry> @@ -97,7 +97,7 @@ DROP EXTENSION hstore; </programlisting> This command will fail if any of <literal>hstore</literal>'s objects are in use in the database, for example if any tables have columns - of the <type>hstore</> type. Add the <literal>CASCADE</> option to + of the <type>hstore</type> type. Add the <literal>CASCADE</literal> option to forcibly remove those dependent objects as well. </para> </refsect1> @@ -106,7 +106,7 @@ DROP EXTENSION hstore; <title>Compatibility</title> <para> - <command>DROP EXTENSION</command> is a <productname>PostgreSQL</> + <command>DROP EXTENSION</command> is a <productname>PostgreSQL</productname> extension. </para> </refsect1> |
