postgres-xl 集体搭建
Posted 恩蒙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgres-xl 集体搭建相关的知识,希望对你有一定的参考价值。
安装并编辑脚本
cd /opt/
curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gz
tar -zxvf postgres-xl95r1beta1.tar.gz
mv postgres-xl95r1beta1 postgres-xl
cd postgres-xl
yum install -y gcc
yum install -y readline-devel
yum install -y perl
yum install -y flex bison
yum install -y zlib-devel
./configure
make
make install
以上是关于postgres-xl 集体搭建的主要内容,如果未能解决你的问题,请参考以下文章