当前位置:网站首页>PostgreSQL 安装gis插件 CREATE EXTENSION postgis_topology
PostgreSQL 安装gis插件 CREATE EXTENSION postgis_topology
2022-07-06 13:27:00 【ac.char】
postgres-# ;
ERROR: could not open extension control file “/usr/pgsql-10/share/extension/postgis_topology.control”: No such file or directory
postgres=# CREATE EXTENSION postgis_topology
;
ERROR: could not open extension control file “/usr/pgsql-10/share/extension/postgis_topology.control”: No such file or directory
!
1 错误信息
postgres-# ;
ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or directory
postgres=# CREATE EXTENSION postgis_topology
;
ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or directory
2 yum安装
yum search postgis ; yum install -y postgis25_10(yum install -y postgis30_10)
3 pgsql创建
postgres=# CREATE EXTENSION postgis_topology
;
ERROR: required extension "postgis" is not installed
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
postgres=# CREATE EXTENSION postgis
;
CREATE EXTENSION
postgres=# CREATE EXTENSION postgis_topology
;
CREATE EXTENSION
边栏推荐
- 嵌入式开发的7大原罪
- Internet News: Geely officially acquired Meizu; Intensive insulin purchase was fully implemented in 31 provinces
- js中,字符串和数组互转(二)——数组转为字符串的方法
- Is this the feeling of being spoiled by bytes?
- MySQL - 事务(Transaction)详解
- JPEG2000-Matlab源码实现
- Three schemes of SVM to realize multi classification
- 代理和反向代理
- el-table表格——获取单击的是第几行和第几列 & 表格排序之el-table与sort-change、el-table-column与sort-method & 清除排序-clearSort
- Z function (extended KMP)
猜你喜欢
Fastjson parses JSON strings (deserialized to list, map)
966 minimum path sum
The biggest pain point of traffic management - the resource utilization rate cannot go up
Is this the feeling of being spoiled by bytes?
968 edit distance
互联网快讯:吉利正式收购魅族;胰岛素集采在31省全面落地
OneNote in-depth evaluation: using resources, plug-ins, templates
Why does MySQL index fail? When do I use indexes?
爱可可AI前沿推介(7.6)
After working for 5 years, this experience is left when you reach P7. You have helped your friends get 10 offers
随机推荐
guava:创建immutableXxx对象的3种方式
Acdreamoj1110 (multiple backpacks)
039. (2.8) thoughts in the ward
string的底层实现
爱可可AI前沿推介(7.6)
Nodejs tutorial expressjs article quick start
uni-app App端半屏连续扫码
Caching strategies overview
R language for text mining Part4 text classification
Common English vocabulary that every programmer must master (recommended Collection)
Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
JS learning notes OO create suspicious objects
What's the best way to get TFS to output each project to its own directory?
el-table表格——获取单击的是第几行和第几列 & 表格排序之el-table与sort-change、el-table-column与sort-method & 清除排序-clearSort
@GetMapping、@PostMapping 和 @RequestMapping详细区别附实战代码(全)
WEB功能测试说明
语谱图怎么看
js中,字符串和数组互转(二)——数组转为字符串的方法
Why do job hopping take more than promotion?
967- letter combination of telephone number