PostGIS is the spatial extension to the PostGreSQL database.
PostGIS adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. It also handles raster tiles and MVT format.
PostGIS adds geometrical, geographical and topological types, and functions operating thereon, to the PostGreSQL database. It also handles raster tiles and MVT format.
To install pg15-postgis3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg15-postgis3
To see what files were installed by pg15-postgis3, run:
port contents pg15-postgis3
To later upgrade pg15-postgis3, run:
sudo port selfupdate && sudo port upgrade pg15-postgis3
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.