The time you compile/install PostgreSQL on your server and try accessing phpPgAdmin, you will receive message as below. phpPgAdmin won’t be accessible.
Your PHP installation does not support PostgreSQL. You need to recompile PHP using the –with-pgsql configure option.
It is because internal cPanel php doesn’t has PostgreSQL compiled. Rebuild the internal (cPanel) PHP so PostgreSQL support is compiled in. It is because last time your internal cPanel php was compiled, PostgreSQL was not installed.
Execute script below OR ask your web host to do it.
/scripts/makecpphp
Perform a refresh OR try accessing phpPgAdmin from cPanel.