Table of Contents |
---|
Include Page | ||||
---|---|---|---|---|
|
...
I followed these instructions:
Once you have YUM configured to use only the postgres respositories and not the Centos repos (see above), the following steps provide a pain free installation.
Code Block |
---|
yum install postgresql yum install postgresql-devel yum install postgresql-server yum install postgis yum install postgresql-contrib |
Additional Links
Initializing Database
Our Oracle trained DBAs decided to intialize the DB here
...
At this point, you can use pg_restore.
For more on that read
http://eas.googlecode.com/svn/trunk/releases/1_0_prod/README
Links
- http://www.postgresql.org/docs/8.3/static/creating-cluster.html
- http://www.postgresql.org/docs/8.3/static/runtime-config-file-locations.html
- http://archives.postgresql.org/pgsql-admin/2007-05/msg00104.php
Performance Tuning
The EAS databases (mad, sfmaps) need to support 3 sorts of activities
...