Hi All,<div><br></div><div>I am using slony with perltools.</div><div><br></div><div>I have taken the sample file from the &quot;/usr/local/src/slony1-2.0.4/tools/altperl/slon_tools.conf-sample&quot; and modified as per my requirement.</div>
<div><br></div><div><u>Question</u></div><div><br></div><div>In the place of Tables list/Sequenst list. Can I use any text file which contain all the tables information. If yes, how could I pass the test file to the &quot;slon_tools.conf-sample&quot;.</div>
<div><br></div><div>My Testing</div><div>========</div><div>1. Created a tables file &quot;tab.txt&quot; with set of replicating primary key tables.</div><div><br></div><div>2. Edited the &quot;slon_tools.conf-sample&quot; and trying to send the &quot;tab.txt&quot; file. Below is the &quot;slon_tools.conf-sample&quot; file I am trying to use</div>
<div><br></div><div>$CLUSTER_NAME = &#39;firstreplic&#39;;</div><div><div>$LOGDIR = &#39;/var/log/slony&#39;;</div><div>$MASTERNODE = 1;</div><div>$DEBUGLEVEL = 2;</div><div><font class="Apple-style-span" color="#CC0000"><b>$TABLEFILE = &#39;/usr/local/pgsql/bin/tab.txt&#39;;</b></font></div>
<div><br></div><div>&amp;add_node(node =&gt; 1,host =&gt; &#39;localhost&#39;,dbname =&gt; &#39;master&#39;,port =&gt; 5455,user =&gt; &#39;postgres&#39;,password =&gt; &#39;&#39;);</div><div>&amp;add_node(node =&gt; 2,host =&gt; &#39;localhost&#39;,dbname =&gt; &#39;slave&#39;,port =&gt; 5456,user =&gt; &#39;postgres&#39;,password =&gt; &#39;&#39;);</div>
<div><br></div><div>$SLONY_SETS =</div><div>{</div><div>    &quot;set1&quot; =&gt;</div><div>    {</div><div>        &quot;set_id&quot; =&gt; 1,</div><div>        &quot;table_id&quot; =&gt; 1,</div><div>        &quot;pkeyedtables&quot; =&gt;</div>
<div>                       <font class="Apple-style-span" color="#CC0000"><b> [$TABLEFILE,],</b></font></div><div>    }</div><div>};</div></div><div><br></div><div>Kindly assist me, how to achieve this task.</div><div><br>
</div><div>Best Regards</div><div><div><br></div><div>Raghav</div><div><br></div><br>
</div>