Jan Wieck JanWieck at Yahoo.com
Wed Jun 13 08:20:59 PDT 2012
On 6/13/2012 4:45 AM, Laura Passigni wrote:
> Hi,
> I have 2 versions of Postgres on my test machine (8.4 and 9.0).
> After installing Slony, it has been installed in the postgres 9.0, but I
> would like to have Slony in Postgres 8.4.
> I would like to know how to configure Slony for postgres 8.4. Is it
> feasible?

It is. Assuming that you have the devel packages for both Postgres 
versions installed (headers and libraries).

I suggest installing the same Slony version from sources for both 
database version, so you can also replicate between the two. You would 
configure and "make install" two times. The configure script has an 
option to explicitly specify the directory of the pg_config utility to 
use. The sequence would then look like this:

configure --with-pgconfigdir=/path/to/bin/directory/of/pg_config-8.4
make all install clean
configure --with-pgconfigdir=/path/to/bin/directory/of/pg_config-9.0
make all install clean


Jan

-- 
Anyone who trades liberty for security deserves neither
liberty nor security. -- Benjamin Franklin


More information about the Slony1-general mailing list