mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +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:
@@ -90,7 +90,7 @@ CLOSE { <replaceable class="parameter">name</replaceable> | ALL }
|
||||
|
||||
<para>
|
||||
You can see all available cursors by querying the <link
|
||||
linkend="view-pg-cursors"><structname>pg_cursors</></> system view.
|
||||
linkend="view-pg-cursors"><structname>pg_cursors</structname></link> system view.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -115,7 +115,7 @@ CLOSE liahona;
|
||||
|
||||
<para>
|
||||
<command>CLOSE</command> is fully conforming with the SQL
|
||||
standard. <command>CLOSE ALL</> is a <productname>PostgreSQL</>
|
||||
standard. <command>CLOSE ALL</command> is a <productname>PostgreSQL</productname>
|
||||
extension.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
Reference in New Issue
Block a user