Closed robe2 closed 4 years ago
Okay I figured out the issue, it's because you have everything hardcoded to public, and I was trying to installing it my a different schema not to clutter my public.
Doing the below which defaults to public does work.
CREATE EXTENSION addressing_dictionary;
As a workaround, I was able to relocate after with:
ALTER EXTENSION addressing_dicitionary SET SCHEMA contrib;
Any reason why you can't allow people to install in whatever schema they prefer. If so then you should force the public schema.
Was running this on a CENTOS box Steps I did
make install
which output:
Then in database:
seems like it's misspelled?