phpPgAdmin is a web-based administration tool for PostgreSQL.
phpPgAdmin is a tool written in PHP intended to handle the administration of PostgreSQL over the Web. phpPgAdmin supports a wide range of operations with PostgreSQL.
phpPgAdmin is a tool written in PHP intended to handle the administration of PostgreSQL over the Web. phpPgAdmin supports a wide range of operations with PostgreSQL.
To install phppgadmin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install phppgadmin
To see what files were installed by phppgadmin, run:
port contents phppgadmin
To later upgrade phppgadmin, run:
sudo port selfupdate && sudo port upgrade phppgadmin
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.