ダウンロード&インストール標準リポジトリで配布されているPostgreSQLはバージョンが古いので、PostgreSQLのパッケージ配布サイト http://yum.postgresql.org/rpmchart.php から最新版をインストールする。 # rpm -i http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm # yum -y install postgresql93 postgresql93-contrib postgresql93-devel postgresql93-libs postgresql93-server

