summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_language.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/drop_language.sgml')
-rw-r--r--doc/src/sgml/ref/drop_language.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_language.sgml b/doc/src/sgml/ref/drop_language.sgml
index 081bd5fe3e..524d758370 100644
--- a/doc/src/sgml/ref/drop_language.sgml
+++ b/doc/src/sgml/ref/drop_language.sgml
@@ -31,13 +31,13 @@ DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] <replaceable class="parameter">name</
<para>
<command>DROP LANGUAGE</command> removes the definition of a
previously registered procedural language. You must be a superuser
- or the owner of the language to use <command>DROP LANGUAGE</>.
+ or the owner of the language to use <command>DROP LANGUAGE</command>.
</para>
<note>
<para>
As of <productname>PostgreSQL</productname> 9.1, most procedural
- languages have been made into <quote>extensions</>, and should
+ languages have been made into <quote>extensions</quote>, and should
therefore be removed with <xref linkend="sql-dropextension">
not <command>DROP LANGUAGE</command>.
</para>