mac 安装 postgis
安装 pgsql
brew uninstall --force postgresql
rm -rf /usr/local/var/postgres
brew install postgres
brew install postgis
查看版本
psql -V
#
psql (PostgreSQL) 14.9 (Homebrew)
启用拓展
psql postgres
CREATE EXTENSION postgis;
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17677614.html