下载链接:http://www.kyngchaos.com/software/postgres/

本地安装 12.* 成功

 

版本

GDAL_Complete-3.2.dmg

PostgreSQL-12.5-1.dmg

PostGIS-3.0.3-1-pg12.dmg

 

启动postgres

sudo launchctl load /Library/LaunchDaemons/org.postgresql.postgres.plist

 

安装依赖

CREATE EXTENSION postgis;

 

mac下完全卸载postgresql的方法

https://blog.csdn.net/stk_tianwen/article/details/17757393?%3E

参考

https://www.cnblogs.com/nidaye/p/4553522.html

相关文章:

  • 2022-12-23
  • 2021-08-20
  • 2021-12-15
  • 2021-05-14
  • 2021-12-18
  • 2021-11-08
  • 2022-02-08
  • 2021-10-12
猜你喜欢
  • 2021-12-07
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案