This file is indexed.

/usr/share/doc/slony1-2-doc/adminguide/stmtsubscribeset.html is in slony1-2-doc 2.2.4-3.

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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>SLONIK SUBSCRIBE SET</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:slony1-general@lists.slony.info"><LINK
REL="HOME"
TITLE="Slony-I 2.2.4 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Configuration and Action commands"
HREF="cmds.html"><LINK
REL="PREVIOUS"
TITLE="SLONIK DROP TRIGGER"
HREF="stmtdroptrigger.html"><LINK
REL="NEXT"
TITLE="SLONIK UNSUBSCRIBE SET"
HREF="stmtunsubscribeset.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="REFENTRY"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
><SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 2.2.4 Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="stmtdroptrigger.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="stmtdroptrigger.html"
>Fast Backward</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="stmtunsubscribeset.html"
>Fast Forward</A
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="stmtunsubscribeset.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="STMTSUBSCRIBESET"
></A
>SLONIK SUBSCRIBE SET</H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN7426"
></A
><H2
>Name</H2
>SUBSCRIBE SET&nbsp;--&nbsp; Start replication of <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> set </DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN7430"
></A
><H2
>Synopsis</H2
><P
><TT
CLASS="COMMAND"
>SUBSCRIBE SET (options);</TT
></P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7433"
></A
><H2
>Description</H2
><P
> This performs one of two actions: </P
><P
></P
><UL
><LI
><P
> Initiates replication for a replication set </P
><P
> Causes a node (subscriber) to start replicating a set of
    tables either from the origin or from another provider node, which
    must itself already be be an active, forwarding subscriber.</P
><P
> The application tables contained in the set must already
     exist and should ideally be empty. The current version of
     <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> will <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>not</I
></SPAN
>
     attempt to copy the schema of the set. The replication daemon will
     start copying the current content of the set from the given
     provider and then try to catch up with any update activity that
     happened during that copy process. After successful subscription,
     the tables are guarded on the subscriber, using triggers, against
     accidental updates by the application.
    </P
><P
> If the tables on the subscriber are
    <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>not</I
></SPAN
> empty, then the <TT
CLASS="COMMAND"
>COPY
    SET</TT
> event (which is part of the subscription process)
    may wind up doing more work than should be strictly
    necessary:</P
><P
></P
><UL
><LI
><P
> It attempts to <TT
CLASS="COMMAND"
>TRUNCATE</TT
> the
      table, which will be efficient. </P
></LI
><LI
><P
> If that fails (a foreign key relationship might
      prevent TRUNCATE from working), it uses
      <TT
CLASS="COMMAND"
>DELETE</TT
> to delete all <SPAN
CLASS="QUOTE"
>"old"</SPAN
>
      entries in the table</P
></LI
><LI
><P
> Those old entries clutter up the table until it
      is next <TT
CLASS="COMMAND"
>VACUUM</TT
>ed <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>after</I
></SPAN
>
      the subscription process is complete</P
></LI
><LI
><P
> The indices for the table will contain entries
      for the old, deleted entries, which will slow the process of
      inserting new entries into the index.</P
></LI
></UL
><DIV
CLASS="WARNING"
><P
></P
><TABLE
CLASS="WARNING"
BORDER="1"
WIDTH="90%"
><TR
><TD
ALIGN="CENTER"
><B
>Warning</B
></TD
></TR
><TR
><TD
ALIGN="LEFT"
><P
> This operation can take a (potentially distinctly)
     non-zero period of time.  If you have a great deal of data in a
     particular set of tables, it may take hours or even (if <SPAN
CLASS="QUOTE"
>"a
     great deal"</SPAN
> indicates <SPAN
CLASS="QUOTE"
>"tens or hundreds gigabytes of
     data"</SPAN
>) possibly multiple days for this event to
     complete.</P
><P
> The <TT
CLASS="COMMAND"
>SUBSCRIBE SET</TT
> request will,
     nonetheless, return fairly much immediately, even though the
     work, being handled by the <TT
CLASS="COMMAND"
>COPY SET</TT
> event, is
     still in progress.  If you need to set up subscriptions for a set
     of cascading nodes, you will need to wait for each subscriber to
     complete subscribing before submitting requests for subscriptions
     that use that node as a provider. </P
><PRE
CLASS="PROGRAMLISTING"
> Slony-I: provider 2 is not an active forwarding node for replication set 1</PRE
><P
> In effect, such subscription requests will be ignored
     until the provider is ready.</P
></TD
></TR
></TABLE
></DIV
></LI
><LI
><P
> Revising subscription information for already-subscribed provider/receiver pair of nodes. </P
><P
> If you need to revise subscription information for a
       set,provider,receiver combination you must submit the new information
       using this command, and the new configuration will be propagated
       throughout the replication network.  The normal reason to revise
       this information is if you want to change the <TT
CLASS="LITERAL"
>FORWARD</TT
>
	   status of a set on a particular receiver node.   If you want to change
	   the provider used by a particular node you should use the 
	   <A
HREF="stmtresubscribenode.html"
>SLONIK RESUBSCRIBE NODE</A
> command.

     </P
></LI
></UL
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
><TT
CLASS="LITERAL"
> ID = ival </TT
></DT
><DD
><P
> ID of the set to subscribe</P
></DD
><DT
><TT
CLASS="LITERAL"
> PROVIDER = ival </TT
></DT
><DD
><P
> Node ID of the data provider from which this
       node draws data.</P
></DD
><DT
><TT
CLASS="LITERAL"
> RECEIVER = ival </TT
></DT
><DD
><P
> Node ID of the new subscriber</P
></DD
><DT
><TT
CLASS="LITERAL"
> FORWARD = boolean </TT
></DT
><DD
><P
> Flag whether or not the new subscriber should
       store the log information during replication to make it
       possible candidate for the provider role for future nodes.  Any
       node that is intended to be a candidate for FAILOVER
       <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>must</I
></SPAN
> have <TT
CLASS="COMMAND"
>FORWARD =
       yes</TT
>.</P
></DD
><DT
><TT
CLASS="LITERAL"
> OMIT COPY = boolean </TT
></DT
><DD
><P
> Flag whether or not the subscription process
       should omit doing the <TT
CLASS="COMMAND"
>COPY</TT
> of the existing
       data in the set.  In effect, use this option indicates
       <SPAN
CLASS="QUOTE"
>"Trust me, the data is already in sync!"</SPAN
>
       </P
><P
> This is notably useful for the following sorts of cases:
       </P
><P
></P
><UL
><LI
><P
> Major inter-version upgrades (<SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>e.g. </I
></SPAN
> - as from <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 1.2 to 2.0) may be done quickly. </P
></LI
><LI
><P
> Cloning a <SPAN
CLASS="QUOTE"
>"master node"</SPAN
>.  <A
HREF="stmtcloneprepare.html"
>SLONIK CLONE PREPARE</A
>/<A
HREF="stmtclonefinish.html"
>SLONIK CLONE FINISH</A
>   </P
></LI
><LI
><P
> </P
></LI
></UL
></DD
></DL
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7517"
></A
><H2
>Example</H2
><PRE
CLASS="PROGRAMLISTING"
>SUBSCRIBE SET (
   ID = 1,
   PROVIDER = 1,
   RECEIVER = 3,
   FORWARD = YES
);
  WAIT FOR EVENT(
    ORIGIN=1, 
    CONFIRMED=ALL,
    WAIT ON=1
);
     
    </PRE
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7520"
></A
><H2
> Forwarding Behaviour </H2
><P
> The <TT
CLASS="COMMAND"
>FORWARD=boolean</TT
> flag indicates
    whether the subscriber will store log information in tables
    <A
HREF="table.sl-log-1.html"
>sl_log_1</A
> and <A
HREF="table.sl-log-2.html"
>sl_log_2</A
>.  Several implications fall from
    this...</P
><P
> By storing the data in these tables on the subscriber,
    there is some additional processing burden.  If you are certain
    that you would never want to <A
HREF="stmtmoveset.html"
>SLONIK MOVE SET</A
> or <A
HREF="stmtfailover.html"
>SLONIK FAILOVER</A
> to a particular subscriber, it is worth
    considering turning off forwarding on that node.  </P
><P
> There is, however, a case where having forwarding turned
    off opens up a perhaps-unexpected failure condition; a rule of
    thumb should be that <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>all nodes that connect directly to
    the origin</I
></SPAN
> should have forwarding turned on.  Supposing
    one such <SPAN
CLASS="QUOTE"
>"direct subscriber"</SPAN
> has forwarding turned
    off, it is possible for that node to be forcibly lost in a case of
    failover.  The problem comes if that node gets ahead of other
    nodes.</P
><P
> Let's suppose that the origin, node 1 is at SYNC number
    88901, a non-forwarding node, node 2 has processed up to SYNC
    88897, and other forwarding nodes, 3, 4, and 5, have only
    processed data up to SYNC 88895.  At that moment, the disk system
    on the origin node catches fire.  Node 2 has the
    <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>data</I
></SPAN
> up to SYNC 88897, but there is no
    remaining node that contains, in <A
HREF="table.sl-log-1.html"
>sl_log_1</A
> or <A
HREF="table.sl-log-2.html"
>sl_log_2</A
>, the data
    for SYNCs 88896 and 88897, so there is no way to bring nodes 3-5
    up to that point.</P
><P
> At that point, there are only two choices: To drop node 2,
    because there is no way to continue managing it, or to drop all
    nodes <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>but</I
></SPAN
> 2, because there is no way to bring
    them up to SYNC 88897.</P
><P
> That dilemma may be avoided by making sure that all nodes
    directly subscribing to the origin have forwarding turned
    on. </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7539"
></A
><H2
> Dangerous/Unintuitive Behaviour </H2
><P
></P
><UL
><LI
><P
> The fact that the request returns immediately
     even though the subscription may take considerable time to
     complete may be a bit surprising. </P
><P
> Processing of the subscription involves
     <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>two</I
></SPAN
> events; the
     <TT
CLASS="COMMAND"
>SUBSCRIBE_SET</TT
>, initiated on the set origin
     node, and an <TT
CLASS="COMMAND"
>ENABLE_SUBSCRIPTION</TT
>.
     This means that <A
HREF="stmtwaitevent.html"
>SLONIK WAIT FOR EVENT</A
> must be used following a SUBSCRIBE SET
     to wait until the last event on the set origin completes.
     </P
></LI
><LI
><P
> This command has <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>two</I
></SPAN
>
     purposes; setting up subscriptions (which should be unsurprising)
     and <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>revising subscriptions</I
></SPAN
>, which isn't so
     obvious to intuition. </P
></LI
><LI
><P
> New subscriptions are set up by using
     <TT
CLASS="COMMAND"
>DELETE</TT
> or <TT
CLASS="COMMAND"
>TRUNCATE</TT
> to
     empty the table on a subscriber.  If you created a new node by
     copying data from an existing node, it might <SPAN
CLASS="QUOTE"
>"seem
     intuitive"</SPAN
> that that data should be kept; that is not the
     case - the former contents are discarded and the node is
     populated <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>from scratch</I
></SPAN
>.</P
></LI
><LI
><P
> The <TT
CLASS="COMMAND"
>OMIT COPY</TT
> option has the
     potential to be a large <SPAN
CLASS="QUOTE"
>"foot gun"</SPAN
> in that it allows
     the administrator to push replication sets out of sync. </P
></LI
></UL
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7563"
></A
><H2
> Locking Behaviour </H2
><P
> This operation does <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>not</I
></SPAN
> require
    acquiring any locks on the provider node.</P
><P
> On the subscriber node, it will have the effect of locking
    every table in the replication set.  In version 1.2 and later, exclusive
    locks are acquired at the beginning of the process.
    </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7568"
></A
><H2
> Slonik Event Confirmation Behaviour </H2
><P
> Slonik waits until the provider has confirmed all
	 outstanding configuration events from any other node before
	 contacting the provider to determine the set origin.  Slonik
	 then waits for the command submitted to the previous event
	 node to be confirmed on the origin before submitting this
	 command to the origin.</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7571"
></A
><H2
> Version Information </H2
><P
> This command was introduced in <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 1.0 </P
><P
> The <TT
CLASS="COMMAND"
>OMIT COPY</TT
> option was introduced in <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 2.0.3.</P
><P
> In <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 2.0.5 the SUBSCRIBE SET command gets submitted
           directly against the set origin. Prior to this change the 
           SUBSCRIBE SET was submitted against the provider
   </P
><P
> Prior to <SPAN
CLASS="PRODUCTNAME"
>Slony-I</SPAN
> 2.2.0 the SUBSCRIBE SET command could be
	  used to change the provider of an already subscribed node.  As of
	  2.2.0 the <A
HREF="stmtresubscribenode.html"
>SLONIK RESUBSCRIBE NODE</A
> command must be used.
	  </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="stmtdroptrigger.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="stmtunsubscribeset.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>SLONIK DROP TRIGGER</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="cmds.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>SLONIK UNSUBSCRIBE SET</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>