Installing Postgres-XC

Postgres-XC can be downloaded from http://postgres-xc.sourceforge.net/. For this book, we have used Version 1.0.3 of Postgres-XC.

To compile the code, we have to extract the code using the following command:

tar xvfz pgxc-v1.0.3.tar.gz

Then we can compile the code just like standard PostgreSQL:

cd postgres-xc
./configure --prefix=/usr/local/postgres-xc 
make
make install

Once this has been executed, we can move ahead and configure the cluster.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.170.63