mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07: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:
@@ -85,7 +85,7 @@ DROP ACCESS METHOD [ IF EXISTS ] <replaceable class="parameter">name</replaceabl
|
||||
<title>Examples</title>
|
||||
|
||||
<para>
|
||||
Drop the access method <literal>heptree</>:
|
||||
Drop the access method <literal>heptree</literal>:
|
||||
<programlisting>
|
||||
DROP ACCESS METHOD heptree;
|
||||
</programlisting></para>
|
||||
@@ -96,7 +96,7 @@ DROP ACCESS METHOD heptree;
|
||||
|
||||
<para>
|
||||
<command>DROP ACCESS METHOD</command> is a
|
||||
<productname>PostgreSQL</> extension.
|
||||
<productname>PostgreSQL</productname> extension.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user