Re: BUG #15191: postgresql extension "uuid-ossp" Error

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15191: postgresql extension "uuid-ossp" Error
Дата
Msg-id 20180509065203.GD11897@paquier.xyz
обсуждение исходный текст
Ответ на BUG #15191: postgresql extension "uuid-ossp" Error  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15191: postgresql extension "uuid-ossp" Error  (Devrim Gündüz <devrim@gunduz.org>)
Список pgsql-bugs
On Wed, May 09, 2018 at 06:38:48AM +0000, PG Bug reporting form wrote:
> test_db=# create extension "uuid-ossp";
> ERROR:  could not open extension control file
> "/usr/pgsql-10/share/extension/uuid-ossp.control": No such file or directory

This is not a bug.  Usually on Linux all distributions split the core
server packages and the extra modules into two different packages, so
you are  visibly missing the extra one.  For CentOS 7, this is usually
named postgresql-contrib.  If you install that, then you will be able to
install the extension(s) you are looking for.
--
Michael

Вложения

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15191: postgresql extension "uuid-ossp" Error
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: BUG #15191: postgresql extension "uuid-ossp" Error