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

No comments: