I am running PostgreSQL 9.5.3 Fedora Linux, and I tried to create the "hstore" extension:
CREATE EXTENSION IF NOT EXISTS hstore;
But I got this error:
could not open extension control file "/usr/share/pgsql/extension/hstore.control": No such file or directory
How can I install hstore?