<div dir="ltr">Sorry, what I meant was are there differences in the regcode code in pgpool build for 9.2 and pgpool built for 9.0?<div><br></div><div>If not I could copy the .so file and run the SQL to activate the function in each of my databases, correct?</div>
<div><br></div><div>Unfortunately I don&#39;t know enough about RPM or APT to answer those questions either.</div><div><br></div><div>Cheers,</div></div><div class="gmail_extra"><br clear="all"><div><div style="color:#b8276a;font:bold 14px Arial,Helvetica,sans-serif">

        <br>
        <span style="color:#323b62">James Sewell,</span><br>
        <span style="color:#a9a9a9"><span style="font:12px Arial,Helvetica,sans-serif">PostgreSQL Team Lead / Solutions Architect </span></span><br>
        <span style="color:#a9a9a9">______________________________________</span><br>
         </div>
<img alt="" src="http://www.lisasoft.com/sites/lisasoft/files/u1/logo1.jpg" style="margin:0px;width:153px;height:50px"><br>
<div style="font:normal 12px/20px Arial,Helvetica,sans-serif;color:#404040;margin:0">
        <span style="color:#a9a9a9">Level 2, 50 Queen St, Melbourne VIC 3000</span><br>
        <br>
        <strong>P </strong><span style="color:#a9a9a9"><span style="font-family:Arial,Verdana,sans-serif">(+61) 3 8370 8000</span></span><span style="color:rgb(169,169,169)"> </span><strong> </strong><span style="color:rgb(50,59,98)"><span style="width:15px;display:inline-block"><strong>W</strong></span></span> <a style="color:rgb(64,64,64);margin:2px 0px;text-decoration:none"><span style="color:#a9a9a9">www.lisasoft.com</span></a>  <span style="color:rgb(50,59,98)"><span style="width:15px;display:inline-block"><strong>F </strong></span></span><span style="color:#a9a9a9"><span style="font-family:Arial,Verdana,sans-serif">(+61) 3 8370 8099</span></span></div>

<div style="padding-top:8px">
         </div></div>
<br><br><div class="gmail_quote">On Thu, Nov 7, 2013 at 2:53 PM, Tatsuo Ishii <span dir="ltr">&lt;<a href="mailto:ishii@postgresql.org" target="_blank">ishii@postgresql.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">&gt; Thank you.<br>
&gt;<br>
&gt; I assume I can&#39;t install 9.2 for a 9.0 database?<br>
<br>
</div>Right, unless you migrate 9.0 database to 9.2.<br>
<div class="im"><br>
&gt; Can I copy the regclass files from 9.2 back to my 9.1 install?<br>
<br>
</div>No, you cann&#39;t. To make regclass work, you not only copy<br>
pgpool_regclass.so file, but you register the function to the<br>
PostgreSQL system catalog or create extention into the database.<br>
<br>
As I said the pgpool rpm targets PGDG 9.2 (i.e. it expects<br>
/usr/pgsql-9.2 does exist). However, it seems possible for the rpm to<br>
search for PostgreSQL installation by using pg_config. And if so, the<br>
rpm can work with various versions of PostgreSQL (even works with<br>
PostrgeSQL installed from source code). I&#39;m not too familiar with RPM,<br>
so this is an unusual way or not. Anybody opinions?<br>
<br>
regards,<br>
<div class="im HOEnZb">--<br>
Tatsuo Ishii<br>
SRA OSS, Inc. Japan<br>
English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
Japanese: <a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
<br>
</div><div class="HOEnZb"><div class="h5">&gt; Cheers,<br>
&gt;<br>
&gt;<br>
&gt; James Sewell,<br>
&gt; PostgreSQL Team Lead / Solutions Architect<br>
&gt; ______________________________________<br>
&gt;<br>
&gt;<br>
&gt;  Level 2, 50 Queen St, Melbourne VIC 3000<br>
&gt;<br>
&gt; *P *<a href="tel:%28%2B61%29%203%208370%208000" value="+61383708000">(+61) 3 8370 8000</a>  *W* <a href="http://www.lisasoft.com" target="_blank">www.lisasoft.com</a>  *F *<a href="tel:%28%2B61%29%203%208370%208099" value="+61383708099">(+61) 3 8370 8099</a><br>

&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Nov 7, 2013 at 2:37 PM, Tatsuo Ishii &lt;<a href="mailto:ishii@postgresql.org">ishii@postgresql.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; PGDG does not include pgpool-regclass.<br>
&gt;&gt;<br>
&gt;&gt; pgpool-II RPM<br>
&gt;&gt; <a href="http://www.pgpool.net/mediawiki/index.php/Downloads" target="_blank">http://www.pgpool.net/mediawiki/index.php/Downloads</a><br>
&gt;&gt; does include that. However at this point it is tragetting PGDG 9.2.<br>
&gt;&gt; --<br>
&gt;&gt; Tatsuo Ishii<br>
&gt;&gt; SRA OSS, Inc. Japan<br>
&gt;&gt; English: <a href="http://www.sraoss.co.jp/index_en.php" target="_blank">http://www.sraoss.co.jp/index_en.php</a><br>
&gt;&gt; Japanese: <a href="http://www.sraoss.co.jp" target="_blank">http://www.sraoss.co.jp</a><br>
&gt;&gt;<br>
&gt;&gt; &gt; Hey All,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Pgpool-regclass does not seem to come with the PGDG 9.0 packages<br>
&gt;&gt; (although<br>
&gt;&gt; &gt; it looks like it comes with the 9.1 packages).<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;m running PostgreSQL 9.0. What is the safest method of adding<br>
&gt;&gt; &gt; pgpool-regclass to my system?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; James Sewell,<br>
&gt;&gt; &gt; PostgreSQL Team Lead / Solutions Architect<br>
&gt;&gt; &gt; ______________________________________<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  Level 2, 50 Queen St, Melbourne VIC 3000<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; *P *<a href="tel:%28%2B61%29%203%208370%208000" value="+61383708000">(+61) 3 8370 8000</a>  *W* <a href="http://www.lisasoft.com" target="_blank">www.lisasoft.com</a>  *F *<a href="tel:%28%2B61%29%203%208370%208099" value="+61383708099">(+61) 3 8370 8099</a><br>

&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ------------------------------<br>
&gt;&gt; &gt; The contents of this email are confidential and may be subject to legal<br>
&gt;&gt; or<br>
&gt;&gt; &gt; professional privilege and copyright. No representation is made that this<br>
&gt;&gt; &gt; email is free of viruses or other defects. If you have received this<br>
&gt;&gt; &gt; communication in error, you may not copy or distribute any part of it or<br>
&gt;&gt; &gt; otherwise disclose its contents to anyone. Please advise the sender of<br>
&gt;&gt; your<br>
&gt;&gt; &gt; incorrect receipt of this correspondence.<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt; The contents of this email are confidential and may be subject to legal or<br>
&gt; professional privilege and copyright. No representation is made that this<br>
&gt; email is free of viruses or other defects. If you have received this<br>
&gt; communication in error, you may not copy or distribute any part of it or<br>
&gt; otherwise disclose its contents to anyone. Please advise the sender of your<br>
&gt; incorrect receipt of this correspondence.<br>
</div></div></blockquote></div><br></div>

<br>
<p><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:14.545454025268555px;background-color:rgb(255,255,255)"><hr><font size="1" color="Gray" face="Arial">The contents of this email are confidential and may be subject to legal or professional privilege and copyright. No representation is made that this email is free of viruses or other defects. If you have received this communication in error, you may not copy or distribute any part of it or otherwise disclose its contents to anyone. Please advise the sender of your incorrect receipt of this correspondence.</font></div></p>