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 pg13-postgis3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pg13-postgis3
To see what files were installed by pg13-postgis3, run:
port contents pg13-postgis3
To later upgrade pg13-postgis3, run:
sudo port selfupdate && sudo port upgrade pg13-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.