问题:

loraserver_as=# create extension pg_trgm;
ERROR:  could not open extension control file "/usr/pgsql-10/share/extension/pg_trgm.control": No such file or directory

 

未解决:

yum install postgresql-contrib

systemctl restart postgresql-10

 

Because postgis.contol is located in another place,

find /usr -name postgis.control

/usr/share/pgsql/extension/postgis.control

But postgres trying to create it from /usr/pgsql-9.6/share/extension/postgis.control

This question already was asked before, but my problem is other.

相关文章:

  • 2022-01-05
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2021-11-24
  • 2021-11-20
  • 2022-12-23
  • 2022-01-22
  • 2022-01-12
相关资源
相似解决方案