doc: update links to configuration file sections

This commit is contained in:
Ian Barwick
2018-07-12 11:43:04 +09:00
parent 47644b55ed
commit cfa7155784
9 changed files with 17 additions and 17 deletions

View File

@@ -227,7 +227,7 @@
<listitem> <listitem>
<para> <para>
Various documentation improvements, with particular emphasis on Various documentation improvements, with particular emphasis on
the importance of setting appropriate <link linkend="configuration-service-commands">service commands</link> the importance of setting appropriate <link linkend="configuration-file-service-commands">service commands</link>
instead of relying on <application>pg_ctl</application>. instead of relying on <application>pg_ctl</application>.
</para> </para>
</listitem> </listitem>

View File

@@ -1,10 +1,10 @@
<sect1 id="configuration-file-settings" xreflabel="configuration file settings"> <sect1 id="configuration-file-settings" xreflabel="required configuration file settings">
<indexterm> <indexterm>
<primary>repmgr.conf</primary> <primary>repmgr.conf</primary>
<secondary>basic settings</secondary> <secondary>required settings</secondary>
</indexterm> </indexterm>
<title>Basic configuration file settings</title> <title>Required configuration file settings</title>
<para> <para>
Each <filename>repmgr.conf</filename> file must contain the following parameters: Each <filename>repmgr.conf</filename> file must contain the following parameters:
</para> </para>

View File

@@ -1,4 +1,4 @@
<sect1 id="configuration-service-commands" xreflabel="service command settings"> <sect1 id="configuration-file-service-commands" xreflabel="service command settings">
<indexterm> <indexterm>
<primary>repmgr.conf</primary> <primary>repmgr.conf</primary>
<secondary>service command settings</secondary> <secondary>service command settings</secondary>

View File

@@ -2,16 +2,16 @@
<title>repmgr configuration</title> <title>repmgr configuration</title>
&configuration-file; &configuration-file;
&configuration-file-settings; &configuration-file-required-settings;
&configuration-service-commands; &configuration-file-service-commands;
<sect1 id="configuration-permissions" xreflabel="User permissions"> <sect1 id="configuration-permissions" xreflabel="Database user permissions">
<indexterm> <indexterm>
<primary>configuration</primary> <primary>configuration</primary>
<secondary>user permissions</secondary> <secondary>database user permissions</secondary>
</indexterm> </indexterm>
<title>repmgr user permissions</title> <title>repmgr database user permissions</title>
<para> <para>
&repmgr; will create an extension database containing objects &repmgr; will create an extension database containing objects
for administering &repmgr; metadata. The user defined in the <varname>conninfo</varname> for administering &repmgr; metadata. The user defined in the <varname>conninfo</varname>

View File

@@ -38,8 +38,8 @@
<!ENTITY quickstart SYSTEM "quickstart.sgml"> <!ENTITY quickstart SYSTEM "quickstart.sgml">
<!ENTITY configuration SYSTEM "configuration.sgml"> <!ENTITY configuration SYSTEM "configuration.sgml">
<!ENTITY configuration-file SYSTEM "configuration-file.sgml"> <!ENTITY configuration-file SYSTEM "configuration-file.sgml">
<!ENTITY configuration-file-settings SYSTEM "configuration-file-settings.sgml"> <!ENTITY configuration-file-required-settings SYSTEM "configuration-file-required-settings.sgml">
<!ENTITY configuration-service-commands SYSTEM "configuration-service-commands.sgml"> <!ENTITY configuration-file-service-commands SYSTEM "configuration-file-service-commands.sgml">
<!ENTITY cloning-standbys SYSTEM "cloning-standbys.sgml"> <!ENTITY cloning-standbys SYSTEM "cloning-standbys.sgml">
<!ENTITY promoting-standby SYSTEM "promoting-standby.sgml"> <!ENTITY promoting-standby SYSTEM "promoting-standby.sgml">
<!ENTITY follow-new-primary SYSTEM "follow-new-primary.sgml"> <!ENTITY follow-new-primary SYSTEM "follow-new-primary.sgml">

View File

@@ -38,7 +38,7 @@
<para> <para>
For more information on the package contents, including details of installation For more information on the package contents, including details of installation
paths and relevant <link linkend="configuration-service-commands">service commands</link>, paths and relevant <link linkend="configuration-file-service-commands">service commands</link>,
see the appendix section <xref linkend="packages-centos">. see the appendix section <xref linkend="packages-centos">.
</para> </para>
@@ -167,7 +167,7 @@ $ yum install repmgr10</programlisting>
</para> </para>
<para> <para>
For more information on the package contents, including details of installation For more information on the package contents, including details of installation
paths and relevant <link linkend="configuration-service-commands">service commands</link>, paths and relevant <link linkend="configuration-file-service-commands">service commands</link>,
see the appendix section <xref linkend="packages-debian-ubuntu">. see the appendix section <xref linkend="packages-debian-ubuntu">.
</para> </para>

View File

@@ -234,7 +234,7 @@
<para> <para>
<filename>repmgr.conf</filename> should not be stored inside the PostgreSQL data directory, <filename>repmgr.conf</filename> should not be stored inside the PostgreSQL data directory,
as it could be overwritten when setting up or reinitialising the PostgreSQL as it could be overwritten when setting up or reinitialising the PostgreSQL
server. See sections on <xref linkend="configuration-file"> and <xref linkend="configuration-file-settings"> server. See sections <xref linkend="configuration"> and <xref linkend="configuration-file">
for further details about <filename>repmgr.conf</filename>. for further details about <filename>repmgr.conf</filename>.
</para> </para>
<tip> <tip>

View File

@@ -112,7 +112,7 @@
particularly on <application>systemd</application>-based systems. particularly on <application>systemd</application>-based systems.
</para> </para>
<para> <para>
For more details, see <xref linkend="configuration-service-commands">. For more details, see <xref linkend="configuration-file-service-commands">.
</para> </para>
</sect2> </sect2>

View File

@@ -104,7 +104,7 @@
server. server.
</para> </para>
<para> <para>
For more details, see <xref linkend="configuration-service-commands">. For more details, see <xref linkend="configuration-file-service-commands">.
</para> </para>
</important> </important>