当前位置:网站首页>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
边栏推荐
- Redistemplate common collection instructions opsforzset (VI)
- Aiko ai Frontier promotion (7.6)
- el-table表格——获取单击的是第几行和第几列 & 表格排序之el-table与sort-change、el-table-column与sort-method & 清除排序-clearSort
- El table table - get the row and column you click & the sort of El table and sort change, El table column and sort method & clear sort clearsort
- 袁小林:安全不只是标准,更是沃尔沃不变的信仰和追求
- MLP (multilayer perceptron neural network) is a multilayer fully connected neural network model.
- 【力扣刷题】32. 最长有效括号
- Three schemes of SVM to realize multi classification
- document. Usage of write () - write text - modify style and position control
- 爱可可AI前沿推介(7.6)
猜你喜欢

KDD 2022 | realize unified conversational recommendation through knowledge enhanced prompt learning

Fastjson parses JSON strings (deserialized to list, map)

Numpy download and installation

Is this the feeling of being spoiled by bytes?

ICML 2022 | Flowformer: 任务通用的线性复杂度Transformer

袁小林:安全不只是标准,更是沃尔沃不变的信仰和追求

Sequoia China, just raised $9billion

50个常用的Numpy函数解释,参数和使用示例

对话阿里巴巴副总裁贾扬清:追求大模型,并不是一件坏事

968 edit distance
随机推荐
MySQL - transaction details
[Li Kou brush questions] 32 Longest valid bracket
R语言做文本挖掘 Part4文本分类
How do I remove duplicates from the list- How to remove duplicates from a list?
Guava: three ways to create immutablexxx objects
JPEG2000 matlab source code implementation
The difference between break and continue in the for loop -- break completely end the loop & continue terminate this loop
After working for 5 years, this experience is left when you reach P7. You have helped your friends get 10 offers
It's almost the new year, and my heart is lazy
KDD 2022 | realize unified conversational recommendation through knowledge enhanced prompt learning
Nodejs教程之让我们用 typescript 创建你的第一个 expressjs 应用程序
@GetMapping、@PostMapping 和 @RequestMapping详细区别附实战代码(全)
C # use Oracle stored procedure to obtain result set instance
Redistemplate common collection instructions opsforlist (III)
uni-app App端半屏连续扫码
b站视频链接快速获取
One line by line explanation of the source code of anchor free series network yolox (a total of ten articles, you can change the network at will after reading it, if you won't complain to me)
Redistemplate common collection instructions opsforzset (VI)
3D人脸重建:从基础知识到识别/重建方法!
El table table - sortable sorting & disordered sorting when decimal and% appear