(installation 1) PostgreSQL Object Relational DataBase Management System インストール(1) ダウンロード/インストールに関する情報 http://www.PostgreSQL.ORG/ http://www.sra.co.jp/people/t-ishii/PostgreSQL/ root以外のPostgreSQL管理ユーザでインストール # useradd postgres -m -d /usr/local/pgsql # tar xvfz postgres-6.4.2.tar.gz # chown -R postgres postgresql-6.4.2 # su postgres % cd postgresql-6.4.2/src/ % configure --with-mb=EUC_JP --with-tcl --with-perl % make install; make install-man