Erro
Ao tentar restaurar um
database no PostgreSQL 9.x ele retorna erros “hstore”.
Solução
Criar o database e
aplicar o comando:
template1=#
CREATE EXTENSION hstore;
Caso retornar algun
erro, instalar os pacotes:
#
apt-get install postgresql-contrib-9.x
#
apt-get install postgresql-contrib-9.x
Aplique o comando
novamente
template1=#
CREATE EXTENSION hstore;
e tente restaurar
novamente.
Referência: