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.
- create a postgres account (postgres user and postgres group)
- tar xfz postgresql-7.3.tar.gz
- cd postgresql-7.3
- ./configure
- make all
- make install
- chown -R postgres.postgres /usr/local/pgsql