データベースの作成 データベースの作成 PostgreSQLインストール(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.5.2.tar.gz # chown -R postgres postgresql-6.5.2 # su postgres % cd postgresql-6.5.2/src/ % configure --with-mb=EUC_JP --with-tcl --with-perl % make install; make install-man