六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 130|回复: 0

postgresql-9.2beta2 安装相关

[复制链接]

升级  58%

7

主题

7

主题

7

主题

童生

Rank: 1

积分
29
 楼主| 发表于 2013-1-30 01:24:48 | 显示全部楼层 |阅读模式
wget http://ftp.postgresql.org/pub/source/v9.2.0beta2/postgresql-9.2beta2.tar.gz
 
./configure && make && make install
初次接触 安装时没有太多的参数。
PostgreSQL installation complete.  安装完毕的提示
 
然后新建用户组

[root@mysql-test-woody pgsql]# groupadd postgresql
[root@mysql-test-woody pgsql]# useradd -g postgresql postgresql
[root@mysql-test-woody pgsql]# cd /home/postgresql/
[root@mysql-test-woody postgresql]# ls -lah
total 24K
drwx------  2 postgresql postgresql 4.0K Jun 19 09:48 .
drwxr-xr-x 11 root       root       4.0K Jun 19 09:48 ..
-rw-r--r--  1 postgresql postgresql   24 Jun 19 09:48 .bash_logout
-rw-r--r--  1 postgresql postgresql  176 Jun 19 09:48 .bash_profile
-rw-r--r--  1 postgresql postgresql  124 Jun 19 09:48 .bashrc
[root@mysql-test-woody postgresql]# vi .bash_profile
添加如下Path
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表