我的linux版本是centos 6.4 ,准备安装postgresql 9.2

根据官方说明:

http://www.postgresql.org/download/linux/redhat/

缺省只能是8.4版本,如果要安装9.2,必须做一下改动:

rpm -i http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-redhat92-9.2-7.noarch.rpm

yum install postgresql92-server postgresql92-contrib
service postgresql-9.2 initdb
chkconfig postgresql-9.2 on

第一步:

[root@wcf ~]#  rpm -i http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-redhat92-9.2-7.noarch.rpm                                                         
warning: /var/tmp/rpm-tmp.sTOQTP: Header V4 DSA/SHA1 Signature, key ID 442df0f8: NOKEY

第二步:

root@wcf ~]# yum install postgresql92-server postgresql92-contrib              
Loaded plugins: fastestmirror, refresh-packagekit, security                     
Loading mirror speeds from cached hostfile                                      
 * base: mirrors.163.com                                                        
 * extras: mirrors.163.com                                                      
 * updates: mirrors.163.com                                                     
pgdg92                                                   | 2.8 kB     00:00     
pgdg92/primary_db                                        | 106 kB     00:00     
Setting up Install Process                                                      
Resolving Dependencies
--> Running transaction check
---> Package postgresql92-contrib.x86_64 0:9.2.4-1PGDG.rhel6 will be installed
--> Processing Dependency: postgresql92 = 9.2.4 for package: postgresql92-contrib-9.2.4-1PGDG.rhel6.x86_64
--> Processing Dependency: libossp-uuid.so.16()(64bit) for package: postgresql92-contrib-9.2.4-1PGDG.rhel6.x86_64
---> Package postgresql92-server.x86_64 0:9.2.4-1PGDG.rhel6 will be installed
--> Running transaction check
---> Package postgresql92.x86_64 0:9.2.4-1PGDG.rhel6 will be installed
--> Processing Dependency: postgresql92-libs = 9.2.4-1PGDG.rhel6 for package: postgresql92-9.2.4-1PGDG.rhel6.x86_64
---> Package uuid.x86_64 0:1.6.1-10.el6 will be installed
--> Running transaction check
---> Package postgresql92-libs.x86_64 0:9.2.4-1PGDG.rhel6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package                   Arch        Version                Repository   Size
================================================================================
Installing:
 postgresql92-contrib      x86_64      9.2.4-1PGDG.rhel6      pgdg92      435 k
 postgresql92-server       x86_64      9.2.4-1PGDG.rhel6      pgdg92      3.8 MDownloading Packages:
(1/5): postgresql92-9.2.4-1PGDG.rhel6.x86_64.rpm         | 970 kB     00:03
(2/5): postgresql92-contrib-9.2.4-1PGDG.rhel6.x86_64.rpm | 435 kB     00:00
(3/5): postgresql92-libs-9.2.4-1PGDG.rhel6.x86_64.rpm    | 185 kB     00:00
(4/5): postgresql92-server-9.2.4-1PGDG.rhel6.x86_64.rpm  | 3.8 MB     00:07
(5/5): uuid-1.6.1-10.el6.x86_64.rpm                      |  54 kB     00:00
--------------------------------------------------------------------------------
Total                                           409 kB/s | 5.4 MB     00:13
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
  Installing : postgresql92-libs-9.2.4-1PGDG.rhel6.x86_64                   1/5
  Installing : postgresql92-9.2.4-1PGDG.rhel6.x86_64                        2/5
  Installing : uuid-1.6.1-10.el6.x86_64                                     3/5
  Installing : postgresql92-contrib-9.2.4-1PGDG.rhel6.x86_64                4/5
  Installing : postgresql92-server-9.2.4-1PGDG.rhel6.x86_64                 5/5
  Verifying  : postgresql92-libs-9.2.4-1PGDG.rhel6.x86_64                   1/5
  Verifying  : uuid-1.6.1-10.el6.x86_64                                     2/5
  Verifying  : postgresql92-server-9.2.4-1PGDG.rhel6.x86_64                 3/5
  Verifying  : postgresql92-contrib-9.2.4-1PGDG.rhel6.x86_64                4/5
  Verifying  : postgresql92-9.2.4-1PGDG.rhel6.x86_64                        5/5

Installed:
  postgresql92-contrib.x86_64 0:9.2.4-1PGDG.rhel6
  postgresql92-server.x86_64 0:9.2.4-1PGDG.rhel6

Dependency Installed:
  postgresql92.x86_64 0:9.2.4-1PGDG.rhel6
  postgresql92-libs.x86_64 0:9.2.4-1PGDG.rhel6
  uuid.x86_64 0:1.6.1-10.el6

Complete!

Installing for dependencies:
 postgresql92              x86_64      9.2.4-1PGDG.rhel6      pgdg92      970 k
 postgresql92-libs         x86_64      9.2.4-1PGDG.rhel6      pgdg92      185 k
 uuid                      x86_64      1.6.1-10.el6           base         54 k

Transaction Summary
================================================================================
Install       5 Package(s)

Total download size: 5.4 M
Installed size: 23 M
Is this ok [y/N]: y

centos 6.4下安装postgresql 9.2的更多相关文章

  1. CentOS 6.9下安装PostgreSQL

    操作系统:CentOS6.9_x64 PostgreSQL官方网址: https://www.postgresql.org/ 安装数据库 使用如下命令: yum install postgresql- ...

  2. Linux下安装PostgreSQL 转载linux社区

    Linux下安装PostgreSQL [日期:2016-12-25] 来源:Linux社区  作者:xiaojian [字体:大 中 小]   在Linux下安装PostgreSQL有二进制格式安装和 ...

  3. CentOS 6.3下 安装 Mono 3.2 和Jexus 5.4

    最新更新参看: Centos 7.0 安装Mono 3.4 和 Jexus 5.6 2012年初写过一篇<32和64位的CentOS 6.0下 安装 Mono 2.10.8 和Jexus 5.0 ...

  4. CentOS 6.4 下安装vsftpd

    概述: vsftpd是Linux下比较著名的FTP服务器,搭建FTP服务器当然首选这个. 本文介绍了在CentOS 6.4下安装vsftpd.配置虚拟用户登录FTP的过程. 正文: 一:安装vsftp ...

  5. centos 6.5下安装mysql+nginx+redmine 3.1.0 笔记

    centos 6.5下安装mysql+nginx+redmine 3.1.0 笔记 目录[-] 过程 1.安装RVM 2.利用rvm安装 Ruby 1.9.3 并设为默认 3.安装rails 4.安装 ...

  6. CentOS 5.5 下安装Countly Web Server过程记录

    CentOS 5.5 下安装Countly Web Server过程记录 1. 系统更新与中文语言包安装 2. 基本环境配置: 2.1. NodeJS安装 依赖项安装 yum -y install g ...

  7. CentOS 6系统下安装 JDK1.6

    CentOS 6系统下安装 JDK1.6 JDK(Java Development Kit)是Sun Microsystems针对Java开发员的产品.自从Java推出以来,JDK已经成为使用最广泛的 ...

  8. CentOS 6.5 下安装 Redis 2.8.7(转)

    转自:http://www.cnblogs.com/haoxinyue/p/3620648.html CentOS 6.5 下安装 Redis 2.8.7 wget http://download.r ...

  9. Centos 5.5下安装samba

    1.安装: Centos 5.5下安装samba,具体步骤如下: [root@bogon ~]# rpm -q samba Package samba is not installed [root@b ...

随机推荐

  1. JqueryMobile 跳转问题

    解决办法: 禁止ajxa跳转有两种情况: 1.禁止局部ajax跳转 2.禁止全局ajax跳转    对于#1只需要在a标签中添加下面的属性: data-ajax=“false” 有时我们要用正常的ht ...

  2. functional cohesion

    Computer Science An Overview _J. Glenn Brookshear _11th Edition A weak form of cohesion is known as ...

  3. The world beyond batch: Streaming 101

    https://www.oreilly.com/ideas/the-world-beyond-batch-streaming-101 https://www.oreilly.com/ideas/the ...

  4. Windows 下 Nginx + PHP + Xdebug + PHPStorm 调试环境配置

    前期条件:安装好 Nginx.PHP.PHPStorm,使得可以正常访问 一.为 PHP 安装 Xdebug 到 Xdebug 的官网(http://xdebug.org/download.php)下 ...

  5. Advanced CSharp Messenger

    http://wiki.unity3d.com/index.php?title=Advanced_CSharp_Messenger Author: Ilya Suzdalnitski Contents ...

  6. php---PHP setcookie()

    定义和用法 setcookie() 函数向客户端发送一个 HTTP cookie. cookie 是由服务器发送到浏览器的变量.cookie 通常是服务器嵌入到用户计算机中的小文本文件.每当计算机通过 ...

  7. ios9 之后,Xcode7不推荐使用UIAlertView,改用UIAlertController+UIAlertAction(按钮)

    /** *  ios9 之后,Xcode7不推荐使用UIAlertView,改用UIAlertController+UIAlertAction(按钮) */ UIAlertController *al ...

  8. Stakeholder Risk Management

    In this article we'll address the people swirling around your project: stakeholders. You'll find som ...

  9. sql 显示0001

  10. imx6 mac地址设置

    imx6的mac地址总是固定的值,所以需要更改,采用的方法是在uboot中设置环境变量,之后在kernel中使用uboot中设置的mac地址的值.本文记录更改的过程. 参考链接: http://www ...