PostgreSQL10安装postgis插件

1.安装pgsql10

2.下载插件,以Windows为例,地址:Index of /postgis/windows/pg10/

3.安装插件,直接安装,和pgsql的目录相同即可,一直下一步

4.安装之后,需要执行sql打开

CREATE EXTENSION postgis;
复制代码
5.安装之后,确认一下
SELECT PostGIS_Version();
SELECT ST_AsText(ST_MakePoint(0, 0));
相关推荐
GIS小小研究僧2 天前
数据库基础知识:记录、表、字段、数据类型、约束、主键、外键、规范化、索引、序列
数据库·postgresql·oracle·postgis
gis分享者1 个月前
麒麟V10系统,postgres+postgis安装,保姆级教程,包含所有安装包
postgresql·安装·postgis·麒麟系统
骐骥11 个月前
PostgreSQL/PostGIS中提升空间查询(分析)性能(效率)的一些方法
数据库·postgresql·postgis·空间分析·空间查询
一包烟电脑面前做一天2 个月前
.netcore + postgis 保存地图围栏数据
.netcore·postgis·geometry·polygon
nVisual3 个月前
麒麟V10SP1部署postgresql+postgis+pgrouting
postgresql·部署·postgis·麒麟v10·pgrouting
丷丩3 个月前
使用SQL在PostGIS中创建各种空间数据
sql·postgis·1024程序员节·空间数据
骐骥17 个月前
开源WebGIS全流程常用技术栈
geoserver·postgis·webgis
李佩锦peijin8 个月前
Python导入Shapefile到PostGIS的常见问题和解决方案
python·postgresql·qgis·postgis
TopFancy1 年前
【POSTGIS】判定点位是否在范围内
postgis