Unable to install PG gem on Fedora 17
this is solved with
$ yum install /usr/include/libpq-fe.h
For Fedora 20+, following package is needed:
sudo yum install postgresql-devel
this is solved with
$ yum install /usr/include/libpq-fe.h
For Fedora 20+, following package is needed:
sudo yum install postgresql-devel