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

« back to all changes in this revision

Viewing changes to docs/en_US/slony/table.sl-log-1.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2008-02-07 00:56:22 UTC
  • mto: (2.1.6 hardy) (6.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080207005622-c2ail8p4d0sk3dnw
Tags: upstream-1.8.2
Import upstream version 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4
 
<title>1.5.�         Table:
5
 
         
6
 
         sl_log_1
7
 
        </title>
8
 
<link rel="stylesheet" href="stylesheet.css" type="text/css">
9
 
<link rev="made" href="pgsql-docs@postgresql.org">
10
 
<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
11
 
<link rel="start" href="index.html" title="Slony-I HEAD_20060719 Documentation">
12
 
<link rel="up" href="schema.html" title="Chapter�1.�Schema schemadoc">
13
 
<link rel="prev" href="table.sl-listen.html" title="1.4.�         Table:
14
 
         
15
 
         sl_listen
16
 
        ">
17
 
<link rel="next" href="table.sl-log-2.html" title="1.6.�         Table:
18
 
         
19
 
         sl_log_2
20
 
        ">
21
 
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
22
 
</head>
23
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" lang="en">
24
 
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
25
 
<a name="table.sl-log-1"></a>1.5.�         Table:
26
 
         
27
 
         <code class="structname">sl_log_1</code>
28
 
        </h2></div></div></div>
29
 
<p>          Stores each change to be propagated to subscriber nodes
30
 
        </p>
31
 
<p>          </p>
32
 
<div class="variablelist">
33
 
<p class="title"><b>              Structure of <code class="structname">sl_log_1</code>
34
 
            </b></p>
35
 
<dl>
36
 
<dt><span class="term"><code class="structfield">log_origin</code></span></dt>
37
 
<dd>
38
 
<p>                <code class="type">integer</code>
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
              </p>
47
 
<p>                Origin node from which the change came
48
 
              </p>
49
 
</dd>
50
 
<dt><span class="term"><code class="structfield">log_xid</code></span></dt>
51
 
<dd>
52
 
<p>                <code class="type">xxid</code>
53
 
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
              </p>
61
 
<p>                Transaction ID on the origin node
62
 
              </p>
63
 
</dd>
64
 
<dt><span class="term"><code class="structfield">log_tableid</code></span></dt>
65
 
<dd>
66
 
<p>                <code class="type">integer</code>
67
 
 
68
 
 
69
 
 
70
 
 
71
 
 
72
 
 
73
 
 
74
 
              </p>
75
 
<p>                The table ID (from sl_table.tab_id) that this log entry is to affect
76
 
              </p>
77
 
</dd>
78
 
<dt><span class="term"><code class="structfield">log_actionseq</code></span></dt>
79
 
<dd><p>                <code class="type">bigint</code>
80
 
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
87
 
              </p></dd>
88
 
<dt><span class="term"><code class="structfield">log_cmdtype</code></span></dt>
89
 
<dd>
90
 
<p>                <code class="type">character(1)</code>
91
 
 
92
 
 
93
 
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
              </p>
99
 
<p>                Replication action to take. U = Update, I = Insert, D = DELETE
100
 
              </p>
101
 
</dd>
102
 
<dt><span class="term"><code class="structfield">log_cmddata</code></span></dt>
103
 
<dd>
104
 
<p>                <code class="type">text</code>
105
 
 
106
 
 
107
 
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
              </p>
113
 
<p>                The data needed to perform the log action
114
 
              </p>
115
 
</dd>
116
 
</dl>
117
 
</div>
118
 
<p>
119
 
 
120
 
 
121
 
 
122
 
 
123
 
 
124
 
 
125
 
 
126
 
 
127
 
 
128
 
 
129
 
      </p>
130
 
</div></body>
131
 
</html>