The greatest hurdle to the more widespread adoption of PostgreSQL server is the sendmailian pg_hba.conf file
yum install postgresql-server pgadmin3 postgresql-setup initdb sudo pgadmin3
disable the local all all peer line
add local all all trust
Leave Host blank and the other options as their defaults
0 Comments