1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +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:
Peter Eisentraut
2017-11-23 09:39:47 -05:00
parent 2f8d6369e6
commit 3c49c6facb
346 changed files with 4260 additions and 4588 deletions

View File

@@ -36,7 +36,7 @@ RESET ALL
<synopsis>
SET <replaceable class="parameter">configuration_parameter</replaceable> TO DEFAULT
</synopsis>
Refer to <xref linkend="sql-set"> for
Refer to <xref linkend="sql-set"/> for
details.
</para>
@@ -49,7 +49,7 @@ SET <replaceable class="parameter">configuration_parameter</replaceable> TO DEFA
from defining it as <quote>the value that the parameter had at session
start</quote>, because if the value came from the configuration file, it
will be reset to whatever is specified by the configuration file now.
See <xref linkend="runtime-config"> for details.
See <xref linkend="runtime-config"/> for details.
</para>
<para>
@@ -67,8 +67,8 @@ SET <replaceable class="parameter">configuration_parameter</replaceable> TO DEFA
<listitem>
<para>
Name of a settable run-time parameter. Available parameters are
documented in <xref linkend="runtime-config"> and on the
<xref linkend="sql-set"> reference page.
documented in <xref linkend="runtime-config"/> and on the
<xref linkend="sql-set"/> reference page.
</para>
</listitem>
</varlistentry>
@@ -106,8 +106,8 @@ RESET timezone;
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-set"></member>
<member><xref linkend="sql-show"></member>
<member><xref linkend="sql-set"/></member>
<member><xref linkend="sql-show"/></member>
</simplelist>
</refsect1>
</refentry>