我用 EDB 安装程序安装了 postgres。我想在我的数据库中使用 pgrouting。所以我通过自制软件下载了它brew install pgrouting
接下来,我想在我的数据库中初始化它:psql mydatabase -c "create extension pgrouting;"
但我得到了这个错误ERROR: could not open extension control file "/Library/PostgreSQL/9.6/share/postgresql/extension/pgrouting.control": No such file or directory
我发现pgrouting.control
在/usr/local/Cellar/pgrouting/2.4.1/share/postgresql/extension/pgrouting.control
我应该将这些文件从 /usr... 复制到 /Library/Postgres... 吗?