普段はMySQLしか使ってないので、PostgreSQLのことは良く分からないのだが、職場の同僚がどうしても8.2系か8.3系を使いたいって言うので、8.2系をインストールすることにした。
インストールするにしても、yumの管理が楽なのでこれは守りたいところ。リポジトリ無いのかな?と思って調べてみたら有った。ありがたいことだ。(今後メンテされるかどうかは分からないが)
# rpm -ivh http://yum.pgsqlrpms.org/reporpms/8.2/pgdg-centos-.2-4.noarch.rpm
# yum search postgresql
# yum info postgresql.i386
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.nara.wide.ad.jp
* updates: ftp.nara.wide.ad.jp
* addons: ftp.nara.wide.ad.jp
* extras: ftp.nara.wide.ad.jp
Available Packages
Name : postgresql
Arch : i386
Version : 8.2.13
Release : 1PGDG.rhel5
Size : 1.6 M
Repo : pgdg82
Summary : PostgreSQL client programs and libraries
URL : http://www.postgresql.org/
License : BSD
Description: PostgreSQL is an advanced Object-Relational database management
: system (DBMS) that supports almost all SQL constructs (including
: transactions, subselects and user-defined types and functions). The
: postgresql package includes the client programs and libraries that
: you'll need to access a PostgreSQL DBMS server. These PostgreSQL
: client programs are programs that directly manipulate the internal
: structure of PostgreSQL databases on a PostgreSQL server. These
: client programs can be located on the same machine with the
: PostgreSQL server, or may be on a remote machine which accesses a
: PostgreSQL server over a network connection. This package contains
: the command-line utilities for managing PostgreSQL databases on a
: PostgreSQL server. If you want to manipulate a PostgreSQL database
: on a local or remote PostgreSQL server, you need this package. You
: also need to install this package if you're installing the
: postgresql-server package.



コメント