diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_language.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_language.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_language.sgml b/doc/src/sgml/ref/drop_language.sgml index 4705836ac79..8ba6621bc4a 100644 --- a/doc/src/sgml/ref/drop_language.sgml +++ b/doc/src/sgml/ref/drop_language.sgml @@ -38,7 +38,7 @@ DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] <replaceable class="parameter">name</ <para> As of <productname>PostgreSQL</productname> 9.1, most procedural languages have been made into <quote>extensions</quote>, and should - therefore be removed with <xref linkend="sql-dropextension"/> + therefore be removed with <link linkend="sql-dropextension"><command>DROP EXTENSION</command></link> not <command>DROP LANGUAGE</command>. </para> </note> |