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:
@@ -70,7 +70,7 @@ ALTER SYSTEM RESET ALL
|
||||
<listitem>
|
||||
<para>
|
||||
Name of a settable configuration parameter. Available parameters are
|
||||
documented in <xref linkend="runtime-config">.
|
||||
documented in <xref linkend="runtime-config"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -94,13 +94,13 @@ ALTER SYSTEM RESET ALL
|
||||
<title>Notes</title>
|
||||
|
||||
<para>
|
||||
This command can't be used to set <xref linkend="guc-data-directory">,
|
||||
This command can't be used to set <xref linkend="guc-data-directory"/>,
|
||||
nor parameters that are not allowed in <filename>postgresql.conf</filename>
|
||||
(e.g., <link linkend="runtime-config-preset">preset options</link>).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
See <xref linkend="config-setting"> for other ways to set the parameters.
|
||||
See <xref linkend="config-setting"/> for other ways to set the parameters.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -135,8 +135,8 @@ ALTER SYSTEM RESET wal_level;
|
||||
<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>
|
||||
|
||||
|
Reference in New Issue
Block a user