Installation of PostgreSQL

Pgbash corresponds to either of PostgreSQL-7.x(7.0--7.3). When you install newly, please download 'postgresql-7.3.tar.gz' file.


In order to install, please do as follows.

  1. create a postgres account (postgres user and postgres group)
  2. tar xfz postgresql-7.3.tar.gz
  3. cd postgresql-7.3
  4. ./configure
  5. make all
  6. make install
  7. chown -R postgres.postgres /usr/local/pgsql