mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Convert documentation to DocBook XML
Since some preparation work had already been done, the only source changes left were changing empty-element tags like <xref linkend="foo"> to <xref linkend="foo"/>, and changing the DOCTYPE. The source files are still named *.sgml, but they are actually XML files now. Renaming could be considered later. In the build system, the intermediate step to convert from SGML to XML is removed. Everything is build straight from the source files again. The OpenSP (or the old SP) package is no longer needed. The documentation toolchain instructions are updated and are much simpler now. Peter Eisentraut, Alexander Lakhin, Jürgen Purtz
This commit is contained in:
@@ -78,7 +78,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable>
|
||||
<para>
|
||||
This command cannot be executed while connected to the target
|
||||
database. Thus, it might be more convenient to use the program
|
||||
<xref linkend="app-dropdb"> instead,
|
||||
<xref linkend="app-dropdb"/> instead,
|
||||
which is a wrapper around this command.
|
||||
</para>
|
||||
</refsect1>
|
||||
@@ -95,7 +95,7 @@ DROP DATABASE [ IF EXISTS ] <replaceable class="parameter">name</replaceable>
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-createdatabase"></member>
|
||||
<member><xref linkend="sql-createdatabase"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user