mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +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:
@@ -37,8 +37,8 @@ START TRANSACTION [ <replaceable class="parameter">transaction_mode</replaceable
|
||||
<para>
|
||||
This command begins a new transaction block. If the isolation level,
|
||||
read/write mode, or deferrable mode is specified, the new transaction has those
|
||||
characteristics, as if <xref linkend="sql-set-transaction"> was executed. This is the same
|
||||
as the <xref linkend="sql-begin"> command.
|
||||
characteristics, as if <xref linkend="sql-set-transaction"/> was executed. This is the same
|
||||
as the <xref linkend="sql-begin"/> command.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -46,7 +46,7 @@ START TRANSACTION [ <replaceable class="parameter">transaction_mode</replaceable
|
||||
<title>Parameters</title>
|
||||
|
||||
<para>
|
||||
Refer to <xref linkend="sql-set-transaction"> for information on the meaning
|
||||
Refer to <xref linkend="sql-set-transaction"/> for information on the meaning
|
||||
of the parameters to this statement.
|
||||
</para>
|
||||
</refsect1>
|
||||
@@ -79,7 +79,7 @@ START TRANSACTION [ <replaceable class="parameter">transaction_mode</replaceable
|
||||
</para>
|
||||
|
||||
<para>
|
||||
See also the compatibility section of <xref linkend="sql-set-transaction">.
|
||||
See also the compatibility section of <xref linkend="sql-set-transaction"/>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -87,11 +87,11 @@ START TRANSACTION [ <replaceable class="parameter">transaction_mode</replaceable
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-begin"></member>
|
||||
<member><xref linkend="sql-commit"></member>
|
||||
<member><xref linkend="sql-rollback"></member>
|
||||
<member><xref linkend="sql-savepoint"></member>
|
||||
<member><xref linkend="sql-set-transaction"></member>
|
||||
<member><xref linkend="sql-begin"/></member>
|
||||
<member><xref linkend="sql-commit"/></member>
|
||||
<member><xref linkend="sql-rollback"/></member>
|
||||
<member><xref linkend="sql-savepoint"/></member>
|
||||
<member><xref linkend="sql-set-transaction"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
Reference in New Issue
Block a user