Обсуждение: BUG #15625: 10.6.1 Can't Find hstore.

Поиск
Список
Период
Сортировка

BUG #15625: 10.6.1 Can't Find hstore.

От
PG Bug reporting form
Дата:
The following bug has been logged on the website:

Bug reference:      15625
Logged by:          Rich
Email address:      beerich@gmail.com
PostgreSQL version: 10.6
Operating system:   Mac OS X El Capitan 10.11.6
Description:

Upon a reinstall of 10.6.1 over 10.6, I try to add the hstore extension:

# create extension hstore;
ERROR:  could not open extension control file
"/usr/local/Cellar/postgresql@10/10.6/share/postgresql@10/extension/hstore.control":
No such file or directory

So /usr/local/Cellar/postgresql@10/10.6 is now
/usr/local/Cellar/postgresql@10/10.6_1 so the build calls are mis-pointed.


Re: BUG #15625: 10.6.1 Can't Find hstore.

От
Tom Lane
Дата:
PG Bug reporting form <noreply@postgresql.org> writes:
> Upon a reinstall of 10.6.1 over 10.6, I try to add the hstore extension:

There's no such release as PG 10.6.1, at least not as far as the PG
community is concerned; we don't use three-part version numbers
anymore.  I think you need to take this up with whoever produces
the brew packaging of Postgres.

            regards, tom lane