mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Don't use SGML empty tags
For DocBook XML compatibility, don't use SGML empty tags (</>) anymore, replace by the full tag name. Add a warning option to catch future occurrences. Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user