简单说两句:前提:需要有postgresql的源代码,并且编译过(不一定安装)。步骤:1,先下载这个:http://laser.dyndns.zhengmai.net.cn/download/slony1-1.0.2.tar.gz解压缩后,有slony1-1.0.2目录。2,进入该目录,configure --with-pgsourcetree=3,make & make instal...
http://www.taygeta.com/ha-postgresql.html Introduction: This note describes ways to implement High Availibility (HA) for PostgreSQL. HA gives the ability to transparently fail-over database conn...
Postgresql Database Setup for IRIX6.5 1.Add a user User name: postgres Shell:tcsh 2.Make DataBase Dir # mkdir /usr/people/postgres/data # chown postgres /usr/people/postgres/data # su - postgres # cd ...