I have built the extension using your guide and run pgxn install h3 and that seemed to go fine.
I'm getting this error when trying to load the extension using pgxn load h3 :
INFO: best version: h3 4.1.2
ERROR: extension "h3" already exists
ERROR: required extension "postgis" is not installed
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
I definitely have postgis installed as I've been using it for more than 2 years. I installed postgis from the CLI within postgres, but just for kicks I installed it again using apt. That went fine as well. Any tips here on how to get the h3 loaded?
I have built the extension using your guide and run pgxn install h3 and that seemed to go fine.
I'm getting this error when trying to load the extension using pgxn load h3 :
INFO: best version: h3 4.1.2
ERROR: extension "h3" already exists
ERROR: required extension "postgis" is not installed
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
I definitely have postgis installed as I've been using it for more than 2 years. I installed postgis from the CLI within postgres, but just for kicks I installed it again using apt. That went fine as well. Any tips here on how to get the h3 loaded?