This file is indexed.

/usr/share/doc/repmgr-common/repmgr.sgml is in repmgr-common 4.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!-- doc/src/sgml/postgres.sgml -->

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [

          <!ENTITY % version SYSTEM "version.sgml">
          %version;

          <!ENTITY % filelist SYSTEM "filelist.sgml">
          %filelist;

          <!ENTITY repmgr "<productname>repmgr</productname>">
          <!ENTITY postgres "<productname>PostgreSQL</productname>">
]>

<book id="repmgr">
 <title>repmgr &repmgrversion; Documentation</title>

 <bookinfo>
  <corpauthor>2ndQuadrant Ltd</corpauthor>
  <productname>repmgr</productname>
  <productnumber>&repmgrversion;</productnumber>
  &legal;

  <abstract>
   <para>
   This is the official documentation of &repmgr; &repmgrversion; for
   use with PostgreSQL 9.3 - PostgreSQL 10.
   It describes the functionality supported by the current version of &repmgr;.
   </para>

   <para>
    &repmgr; was developed by
    <ulink url="https://2ndquadrant.com">2ndQuadrant</ulink>
    along with contributions from other individuals and companies.
    Contributions from the community are appreciated and welcome - get
    in touch via <ulink url="https://github.com/2ndQuadrant/repmgr">github</>
    or <ulink url="https://groups.google.com/group/repmgr">the mailing list/forum</>.
    Multiple 2ndQuadrant customers contribute funding
    to make repmgr development possible.
   </para>

   <para>
    2ndQuadrant, a Platinum sponsor of the PostgreSQL project,
    continues to develop repmgr to meet internal needs and those of customers.
     Other companies as well as individual developers
    are welcome to participate in the efforts.
   </para>
  </abstract>

  <keywordset>
   <keyword>repmgr</keyword>
   <keyword>PostgreSQL</keyword>
   <keyword>replication</keyword>
   <keyword>asynchronous</keyword>
   <keyword>HA</keyword>
   <keyword>high-availability</keyword>
  </keywordset>
 </bookinfo>


 <part id="getting-started">
  <title>Getting started</title>
  &overview;
  &install;
  &quickstart;
 </part>

 <part id="repmgr-administration-manual">
  <title>repmgr administration manual</title>

  &configuration;
  &cloning-standbys;
  &promoting-standby;
  &follow-new-primary;
  &switchover;
  &configuring-witness-server;
  &event-notifications;
  &upgrading-repmgr;
 </part>

 <part id="using-repmgrd">
  <title>Using repmgrd</title>
  &repmgrd-automatic-failover;
  &repmgrd-configuration;
  &repmgrd-demonstration;
  &repmgrd-cascading-replication;
  &repmgrd-network-split;
  &repmgrd-witness-server;
  &repmgrd-degraded-monitoring;
  &repmgrd-monitoring;
  &repmgrd-bdr;
 </part>

 <part id="repmgr-command-reference">
  <title>repmgr command reference</title>

  &repmgr-primary-register;
  &repmgr-primary-unregister;
  &repmgr-standby-clone;
  &repmgr-standby-register;
  &repmgr-standby-unregister;
  &repmgr-standby-promote;
  &repmgr-standby-follow;
  &repmgr-standby-switchover;
  &repmgr-witness-register;
  &repmgr-witness-unregister;
  &repmgr-node-status;
  &repmgr-node-check;
  &repmgr-node-rejoin;
  &repmgr-cluster-show;
  &repmgr-cluster-matrix;
  &repmgr-cluster-crosscheck;
  &repmgr-cluster-event;
  &repmgr-cluster-cleanup;
 </part>

 &appendix-release-notes;
 &appendix-signatures;
 &appendix-faq;
 &appendix-packages;

 <![%include-index;[&bookindex;]]>
 <![%include-xslt-index;[<index id="bookindex"></index>]]>

</book>