pgAdmin III is a powerful administration and development platform for the PostgreSQL database, free for any use. The application works on several platforms, e.g. GNU/Linux, FreeBSD, OS X and Windows 2000/XP. This port is for OS X.
pgAdmin III is a powerful administration and development platform for the PostgreSQL database, free for any use. The application works on several platforms, e.g. GNU/Linux, FreeBSD, OS X and Windows 2000/XP. This port is for OS X.
To install pgAdmin3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pgAdmin3
To see what files were installed by pgAdmin3, run:
port contents pgAdmin3
To later upgrade pgAdmin3, run:
sudo port selfupdate && sudo port upgrade pgAdmin3
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.