"Hadmut" <hadmut(at)danisch(dot)de> writes:
> I'd like to run a database application which requires datatype hstore.
> But when trying something like
> psql -f /usr/share/postgresql/9.1/extension/hstore--1.0.sql
That is not how you install extensions anymore. Use CREATE EXTENSION.
regards, tom lane