Showing posts with label postgresql. Show all posts
Showing posts with label postgresql. Show all posts

Tuesday, March 17, 2009

installing PostgreSQL 8 via yum

as root: yum install postgresql postgresql-server
service postgresql initdb then service postgresql start
su - postgres
createuser -P dbadmin
logout