~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/slony/stmtrestartnode.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>RESTART NODE</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8
 
<link rel="start" href="index.html" title="Slony-I HEAD_20051214 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
 
8
<link rel="start" href="index.html" title="Slony-I HEAD_20060719 Documentation">
9
9
<link rel="up" href="cmds.html" title="Configuration and Action commmands">
10
10
<link rel="prev" href="stmtuninstallnode.html" title="UNINSTALL NODE">
11
11
<link rel="next" href="stmtstorepath.html" title="STORE
12
12
     PATH">
 
13
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
13
14
</head>
14
15
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
15
16
<a name="stmtrestartnode"></a><div class="titlepage"></div>
22
23
<div class="cmdsynopsis"><p><code class="command">RESTART NODE (options);</code></p></div>
23
24
</div>
24
25
<div class="refsect1" lang="en">
25
 
<a name="id535508"></a><h2>Description</h2>
 
26
<a name="id591320"></a><h2>Description</h2>
26
27
<p> Causes an eventually running replication daemon on the
27
28
    specified node to shutdown and restart itself.  Theoretically,
28
29
    this command should be obsolete. In practice, TCP timeouts can
39
40
    </p>
40
41
</div>
41
42
<div class="refsect1" lang="en">
42
 
<a name="id535535"></a><h2>Example</h2>
 
43
<a name="id591347"></a><h2>Example</h2>
43
44
<pre class="programlisting">  RESTART NODE ( ID = 2 );
44
45
    </pre>
45
46
</div>
46
47
<div class="refsect1" lang="en">
47
 
<a name="id535545"></a><h2> Locking Behaviour </h2>
 
48
<a name="id591356"></a><h2> Locking Behaviour </h2>
48
49
<p> No application-visible locking should take place. </p>
49
50
</div>
50
51
<div class="refsect1" lang="en">
51
 
<a name="id535552"></a><h2> Version Information </h2>
 
52
<a name="id591364"></a><h2> Version Information </h2>
52
53
<p> This command was introduced in <span class="productname">Slony-I</span> 1.0; its use should be unnecessary as of version 1.0.5. </p>
53
54
</div>
54
55
</div></body>