<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><span>Nvm, figured it out. Had to add:</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="background-color: transparent;">custom_variable_classes = 'pgpool' &nbsp; # list of custom variable class names</div><div style="background-color: transparent;"><span></span></div><div style="background-color: transparent;">pgpool.pg_ctl = '/usr/pgsql-9.1/bin/pg_ctl'</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;">Thanks for your
 help</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Bryan Payne &lt;bdptcob@yahoo.com&gt;<br> <b><span style="font-weight: bold;">To:</span></b> "pgpool-general@pgpool.net" &lt;pgpool-general@pgpool.net&gt; <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, April 7, 2014 9:27 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: Pgpool unrecognized configuration paramet<br> </font> </div> <div class="y_msg_container"><br><div id="yiv0838386518"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: 'times new roman', 'new york', times, serif;
 font-size: 12pt;"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><span>I've added that to each pool member:</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br clear="none"></span></div><div style="background-color:transparent;"><span>pgpool.pg_ctl = '/usr/pgsql-9.1/bin/pg_ctl'<br clear="none"></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br clear="none"></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>Reloading gives this message:</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size:
 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br clear="none"></span></div><div style="background-color:transparent;"><span>LOG: &nbsp;unrecognized configuration parameter "pgpool.pg_ctl"<br clear="none"></span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;"><span><br clear="none"></span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;"><span>If I connect to template1, I see the following functions:</span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal;"><span><br clear="none"></span></div><div style="background-color:transparent;">postgres=# \c
 template1</div><div style="background-color:transparent;">You are now connected to database "template1" as user "postgres".</div><div style="background-color:transparent;">template1=# \df</div><div style="background-color:transparent;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;List of functions</div><div style="background-color:transparent;">&nbsp;Schema | &nbsp; &nbsp; &nbsp; &nbsp;Name &nbsp; &nbsp; &nbsp; &nbsp; | Result data type | Argument data types | &nbsp;Type &nbsp;</div><div style="background-color:transparent;">--------+---------------------+------------------+---------------------+--------</div><div style="background-color:transparent;">&nbsp;public | pgpool_pgctl &nbsp; &nbsp; &nbsp; &nbsp;| boolean &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| text, text &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| normal</div><div style="background-color:transparent;">&nbsp;public | pgpool_recovery
 &nbsp; &nbsp; | boolean &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| text, text, text &nbsp; &nbsp;| normal</div><div style="background-color:transparent;">&nbsp;public | pgpool_remote_start | boolean &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| text, text &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| normal</div><div style="background-color:transparent;">&nbsp;public | pgpool_switch_xlog &nbsp;| text &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | text &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| normal</div><div style="background-color:transparent;"><span></span></div><div style="background-color:transparent;">(4 rows)</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br clear="none"></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><br clear="none"></div>  <div style="font-family: 'times new roman',
 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1"><pre>Hi,

I'm afraid that you might not add the parameter "pgpool.pg_ctl" into
postgresql.conf or not reload the database clusters.

Configuring pgpool.pg_ctl
<a rel="nofollow" shape="rect" target="_blank" href="http://www.pgpool.net/docs/latest/pgpool-en.html#install_functions">http://www.pgpool.net/docs/latest/pgpool-en.html#install_functions</a>

----
$ cat &gt;&gt; /usr/local/pgsql/postgresql.conf
pgpool.pg_ctl = '/usr/local/pgsql/bin/pg_ctl'

$ pg_ctl reload -D /usr/local/pgsql/data
----

&gt;<i> When doing anything via pgpoolAdmin in regards to a node (stop, restarting, starting, reloading), I get the following error in that node's postgres log:&nbsp;
</i>&gt;<i> 
</i>&gt;<i> ERROR: &nbsp;unrecognized configuration parameter "pgpool.pg_ctl"
</i>&gt;<i> STATEMENT: &nbsp;SELECT pgpool_pgctl('reload', '')
</i>&gt;<i> 
</i>&gt;<i> I've loaded the function sqls on the nodes:
</i>&gt;<i> 
</i>&gt;<i> psql -f pgpool-recovery.sql -U postgres template1
</i>&gt;<i> 
</i>&gt;<i> psql -f pgpool-regclass.sql -U postgres template1
</i>&gt;<i> 
</i>&gt;<i> 
</i>&gt;<i> I'm sure I've missed a step. Any ideas?
</i>

-- 
Nozomi Anzai
SRA OSS, Inc. Japan
</pre><div class="yiv0838386518yqt8860317173" id="yiv0838386518yqtfd80855"><div><br clear="none"></div>  </div></div><div class="yiv0838386518yqt8860317173" id="yiv0838386518yqtfd74868"><div class="yiv0838386518y_msg_container"><br clear="none"><br clear="none"></div> </div></div><div class="yiv0838386518yqt8860317173" id="yiv0838386518yqtfd73605"> </div></div><div class="yiv0838386518yqt8860317173" id="yiv0838386518yqtfd10673">  </div></div></div></div><br><br></div> </div> </div>  </div></body></html>