我安装了PostgreSQL 2和pgAdmin III。
我正在尝试访问那里安装的数据库(postgis20),但我收到此消息:
ERROR: could not load library "C:/Program Files/PostgreSQL/9.2/lib/postgis-2.0.dll": The specified procedure could not be found
文件夹中有.dll文件,我尝试重新安装很多次(甚至其他版本的postgres),但仍然无效。
此外,当我尝试查询create extension pgrouting;
时,我收到相同的消息。
如何解决这个问题?