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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: bhaskar(at)ramersoft(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15191: postgresql extension "uuid-ossp" Error
Date: 2018-05-09 06:52:03
Message-ID: 20180509065203.GD11897@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Devrim Gündüz 2018-05-09 07:04:07 Re: BUG #15191: postgresql extension "uuid-ossp" Error
Previous Message PG Bug reporting form 2018-05-09 06:38:48 BUG #15191: postgresql extension "uuid-ossp" Error