~ubuntu-branches/ubuntu/saucy/db/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/api_reference/C/repmgr_set_local_site_parameter.html

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-11-05 15:02:09 UTC
  • mfrom: (13.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20101105150209-ppvyn0619pu014xo
Tags: 5.1.19-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Pass --build/--host to configure to support cross-building, and don't
    override CC.
  - Disable the Java build when cross-building, for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head>
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title>repmgr_set_local_site</title>
 
7
    <link rel="stylesheet" href="apiReference.css" type="text/css" />
 
8
    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
 
9
    <link rel="start" href="index.html" title="Berkeley DB C API Reference" />
 
10
    <link rel="up" href="configuration_reference.html" title="Appendix D. DB_CONFIG Parameter Reference" />
 
11
    <link rel="prev" href="repmgr_set_ack_policy_parameter.html" title="repmgr_set_ack_policy" />
 
12
    <link rel="next" href="set_cachesize_parameter.html" title="set_cachesize" />
 
13
  </head>
 
14
  <body>
 
15
    <div class="navheader">
 
16
      <table width="100%" summary="Navigation header">
 
17
        <tr>
 
18
          <th colspan="3" align="center">repmgr_set_local_site</th>
 
19
        </tr>
 
20
        <tr>
 
21
          <td width="20%" align="left"><a accesskey="p" href="repmgr_set_ack_policy_parameter.html">Prev</a> </td>
 
22
          <th width="60%" align="center">Appendix D. DB_CONFIG Parameter Reference</th>
 
23
          <td width="20%" align="right"> <a accesskey="n" href="set_cachesize_parameter.html">Next</a></td>
 
24
        </tr>
 
25
      </table>
 
26
      <hr />
 
27
    </div>
 
28
    <div class="sect1" lang="en" xml:lang="en">
 
29
      <div class="titlepage">
 
30
        <div>
 
31
          <div>
 
32
            <h2 class="title" style="clear: both"><a id="repmgr_set_local_site_parameter"></a>repmgr_set_local_site</h2>
 
33
          </div>
 
34
        </div>
 
35
      </div>
 
36
      <p>
 
37
                Specifies the host identification string and port number for the local system.
 
38
            </p>
 
39
      <p>
 
40
                 The syntax of this parameter in the <code class="literal">DB_CONFIG</code> file is
 
41
                 a single line with the string <code class="literal">repmgr_set_local_site</code>, 
 
42
                 one or more whitespace characters, and the host
 
43
                                and port parameters specified as a string and an integer respectively. For example:
 
44
                                </p>
 
45
      <pre class="programlisting">repmgr_set_local_site example.com 49200</pre>
 
46
      <p>For more information, see <a class="xref" href="repmgrlocal_site.html" title="DB_ENV-&gt;repmgr_set_local_site()">DB_ENV-&gt;repmgr_set_local_site()</a>. </p>
 
47
    </div>
 
48
    <div class="navfooter">
 
49
      <hr />
 
50
      <table width="100%" summary="Navigation footer">
 
51
        <tr>
 
52
          <td width="40%" align="left"><a accesskey="p" href="repmgr_set_ack_policy_parameter.html">Prev</a> </td>
 
53
          <td width="20%" align="center">
 
54
            <a accesskey="u" href="configuration_reference.html">Up</a>
 
55
          </td>
 
56
          <td width="40%" align="right"> <a accesskey="n" href="set_cachesize_parameter.html">Next</a></td>
 
57
        </tr>
 
58
        <tr>
 
59
          <td width="40%" align="left" valign="top">repmgr_set_ack_policy </td>
 
60
          <td width="20%" align="center">
 
61
            <a accesskey="h" href="index.html">Home</a>
 
62
          </td>
 
63
          <td width="40%" align="right" valign="top"> set_cachesize</td>
 
64
        </tr>
 
65
      </table>
 
66
    </div>
 
67
  </body>
 
68
</html>