本文纯属个人见解,是对前面学习的总结,如有描述不正确的地方还请高手指正~
一、配置 YUM 仓库
修改原始的 yum 仓库配置:
vim /etc/yum.repos.d/CentOS-Base.repo
在[base]和[updates] 节(section)分部的尾部入插一行:
exclude = postgresql*
用以取消从默许仓库安装和更新PostgresQL 。
二、下载和安装PGDG RPM 件文
注:本例子为在CentOS6.3 32-bit 上安装 PostgrSQL 9.1
1、下载
curl -O http://yum.postgresql.org/9.1/redhat/rhel-6-i386/pgdg-centos91-9.1-4.noarch.rpm
2、安装对应的RPM件文
rpm -ivh pgdg-centos91-9.1-4.noarch.rpm
三、安装 PostgreSQL Server
yum install postgresql91-server
四、安装后的令命
1、初始化数据库 (数据目录默许路径:/var/lib/pgsql/9.1/data)
service postgresql-9.1 initdb
2、启动postgresql数据库务服
service psotgresql-9.1 start
References
1、 http://wiki.postgresql.org/wiki/YUM_Installation
2、 http://www.cnblogs.com/shanyou/archive/2012/08/25/2656783.html
文章结束给大家分享下程序员的一些笑话语录: 看到有人回帖“不顶不是中国人”,他的本意是想让帖子沉了。