I'm just following the instructions here for installing the pgroonga add-on for Postgres but when I get to this step:
% psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;'
I get the following error:
ERROR: could not open extension control file "/Applications/Postgres.app/Contents/Versions/9.6/share/postgresql/extension/pgroonga.control": No such file or directory
I assume it's looking in the wrong location since I installed Postgres with the app and pgroonga using brew. I also tried building pgroonga from source and completely re-installing Postgres. Nothing seems to work.
If anyone could point me into the right direction it would be greatly appreciated. And thanks in advance for helping out a newb!