【发布时间】:2012-03-27 21:09:17
【问题描述】:
所以我通过 Homebrew 安装了 Postgresql,看起来 contrib 目录不见了。我读过的所有安装 Trigram 的教程都需要这个。
$ cd /usr/local/Cellar/postgresql/9.1.2/share/postgresql/contrib
-bash: cd: /usr/local/Cellar/postgresql/9.1.2/share/postgresql/contrib: No such file or directory
谁能指出我安装Trigram的正确方向(pg_trgm.sql)?我迷路了。
谢谢。
【问题讨论】:
-
你检查过
/usr/local/Cellar/postgresql/9.1.2/share/contrib吗? -
是的,不存在...共享中唯一的文件夹是 doc、man 和 postgresql。
标签: postgresql module homebrew