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:
@@ -38,7 +38,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
|
||||
<para>
|
||||
<command>ALTER SUBSCRIPTION</command> can change most of the subscription
|
||||
properties that can be specified
|
||||
in <xref linkend="sql-createsubscription">.
|
||||
in <xref linkend="sql-createsubscription"/>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -68,7 +68,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
|
||||
<listitem>
|
||||
<para>
|
||||
This clause alters the connection property originally set by
|
||||
<xref linkend="sql-createsubscription">. See there for more
|
||||
<xref linkend="sql-createsubscription"/>. See there for more
|
||||
information.
|
||||
</para>
|
||||
</listitem>
|
||||
@@ -79,7 +79,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
|
||||
<listitem>
|
||||
<para>
|
||||
Changes list of subscribed publications. See
|
||||
<xref linkend="sql-createsubscription"> for more information.
|
||||
<xref linkend="sql-createsubscription"/> for more information.
|
||||
By default this command will also act like <literal>REFRESH
|
||||
PUBLICATION</literal>.
|
||||
</para>
|
||||
@@ -162,7 +162,7 @@ ALTER SUBSCRIPTION <replaceable class="parameter">name</replaceable> RENAME TO <
|
||||
<listitem>
|
||||
<para>
|
||||
This clause alters parameters originally set by
|
||||
<xref linkend="sql-createsubscription">. See there for more
|
||||
<xref linkend="sql-createsubscription"/>. See there for more
|
||||
information. The allowed options are <literal>slot_name</literal> and
|
||||
<literal>synchronous_commit</literal>
|
||||
</para>
|
||||
@@ -220,10 +220,10 @@ ALTER SUBSCRIPTION mysub DISABLE;
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-createsubscription"></member>
|
||||
<member><xref linkend="sql-dropsubscription"></member>
|
||||
<member><xref linkend="sql-createpublication"></member>
|
||||
<member><xref linkend="sql-alterpublication"></member>
|
||||
<member><xref linkend="sql-createsubscription"/></member>
|
||||
<member><xref linkend="sql-dropsubscription"/></member>
|
||||
<member><xref linkend="sql-createpublication"/></member>
|
||||
<member><xref linkend="sql-alterpublication"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
Reference in New Issue
Block a user