当前位置:网站首页>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
边栏推荐
- 字符串的使用方法之startwith()-以XX开头、endsWith()-以XX结尾、trim()-删除两端空格
- What about the spectrogram
- Reflection operation exercise
- 缓存更新策略概览(Caching Strategies Overview)
- JS traversal array and string
- Quick news: the flybook players' conference is held online; Wechat payment launched "education and training service toolbox"
- Acdreamoj1110 (multiple backpacks)
- The underlying implementation of string
- ROS error: could not find a package configuration file provided by "move_base“
- c语言char, wchar_t, char16_t, char32_t和字符集的关系
猜你喜欢

Z function (extended KMP)
![[Li Kou brush questions] 32 Longest valid bracket](/img/51/1ce4f9e8517dba214ec82b6567c923.png)
[Li Kou brush questions] 32 Longest valid bracket

互联网快讯:吉利正式收购魅族;胰岛素集采在31省全面落地

【力扣刷题】一维动态规划记录(53零钱兑换、300最长递增子序列、53最大子数组和)

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

JPEG2000 matlab source code implementation

Fastjson parses JSON strings (deserialized to list, map)

Is it profitable to host an Olympic Games?

Aike AI frontier promotion (7.6)

50个常用的Numpy函数解释,参数和使用示例
随机推荐
Acdreamoj1110 (multiple backpacks)
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)
50 commonly used numpy function explanations, parameters and usage examples
Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
Description of web function test
Data Lake (VIII): Iceberg data storage format
Why do job hopping take more than promotion?
Is it profitable to host an Olympic Games?
互联网快讯:吉利正式收购魅族;胰岛素集采在31省全面落地
Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
Aike AI frontier promotion (7.6)
string的底层实现
ACdreamoj1110(多重背包)
El table table - sortable sorting & disordered sorting when decimal and% appear
ICML 2022 | flowformer: task generic linear complexity transformer
[MySQL] basic use of cursor
The biggest pain point of traffic management - the resource utilization rate cannot go up
It's not my boast. You haven't used this fairy idea plug-in!
el-table表格——sortable排序 & 出现小数、%时排序错乱
Caching strategies overview