Re: postgresql: Help with hstore hextension

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql: Help with hstore hextension
Дата
Msg-id 27421.1567699538@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql: Help with hstore hextension  ("Lu, Dan" <Dan.Lu@sig.com>)
Ответы RE: postgresql: Help with hstore hextension
Список pgsql-general
"Lu, Dan" <Dan.Lu@sig.com> writes:
> We are now trying to create "hstore" extension and ran into the error below.

> opm=# CREATE EXTENSION hstore;
> ERROR:  could not open extension control file
"/pgdbadevbal801/pg/PostgreSQL-10.7/share/postgresql/extension/hstore.control":No such file or directory 

You need to build/install the contrib/hstore module, or possibly you'd
just want to install all of contrib.  "make all" and "make install"
at the top level don't touch the contrib subtree.

If you already wiped your build tree, you'll have to recreate it ---
be careful to give the same configure arguments as you used before.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: "Lu, Dan"
Дата:
Сообщение: postgresql: Help with hstore hextension
Следующее
От: Moreno Andreo
Дата:
Сообщение: Re: Rebuild pg_toast from scratch?