Pages

Tuesday, January 13, 2015

PostgreSQL on Fedora

sudo yum install postgresql postgresql-server \ postgresql-contrib postgresql-devel postgresql-libs
Useful steps: fedoraproject.org/wiki/PostgreSQL

For local development you can trust connections in: /var/lib/pgsql/data/pg_hba.conf

No comments: