[pgpool-general: 979] Re: pgpool-II-3.0.5 postgresql-9.1 native replication

Aric Gardner actual at aricgardner.com
Tue Sep 11 01:38:47 JST 2012


On Sat, Sep 8, 2012 at 3:10 AM, Tatsuo Ishii <ishii at postgresql.org> wrote:

> If you want to use pgpool-II 3.0 series, please download pgpool-II
> 3.0.8 from www.pgpool.net. I think your problem has been fixed.
>
> BTW, we have moved from pgfoundry.org last December. Please visit
> http://www.pgpool.net.
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese: http://www.sraoss.co.jp
>
>
Yep, I was on the wrong site! everything works now thanks!

pg-pool-server#
<code>
wget http://www.pgpool.net/download.php?f=pgpool-II-3.2.0.tar.gz
tar -xvf pgpool-II-3.2.0.tar.gz
cd pgpool-II-3.0.5
./configure --with-openssl
checkinstall
</code>

Postgres1&2-servers#
<code>
apt-get install postgresql-server-dev-all
apt-get install postgresql-server-dev-9.1
wget http://www.pgpool.net/download.php?f=pgpool-II-3.2.0.tar.gz
tar -xvf pgpool-II-3.2.0.tar.gz
cd pgpool-II-3.2.0/sql/pgpool-regclass/
make
checkinstall
su postgres
psql -f /usr/share/postgresql/9.1/contrib/pgpool-regclass.sql
template1

-> CREATE FUNCTION < -
</code>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.sraoss.jp/pipermail/pgpool-general/attachments/20120910/6bd735d8/attachment.html>


More information about the pgpool-general mailing list