Re: BUG #15634: extension missing

From: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15634: extension missing
Date: 2019-02-13 14:21:25
Message-ID: CAA2eZXw7+BPynqBvy-a4Ps_=nMoVmgzgQ5ADxf8BR2zHKOTMeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Andrew,

Not able to create the below extension can ypu suggest me the solution.

npp=# create extension oracle_fdw;
ERROR: could not open extension control file
"/usr/pgsql-11/share/extension/oracle_fdw.control": No such file or
directory
npp=# create extension pltcl;
ERROR: could not open extension control file
"/usr/pgsql-11/share/extension/pltcl.control": No such file or directory
npp=# create extension tds_fdw;
ERROR: could not open extension control file
"/usr/pgsql-11/share/extension/tds_fdw.control": No such file or directory

Regards,
Prakash.R
9551559623

On Wed, Feb 13, 2019 at 7:46 PM Prakash Ramakrishnan <
prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com> wrote:

> Thanks for the update.
>
> On Wed, Feb 13, 2019 at 7:45 PM Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
> wrote:
>
>> >>>>> "PG" == PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>>
>> PG> We did the yum install PostgreSQL 11.1 on Linux server we facing
>> PG> some issue.Not able to create the extension only showing below
>> PG> files.
>>
>> Some packagers put the contrib/* extension modules in a separate
>> -contrib package; install the version of that which goes with your
>> server.
>>
>> --
>> Andrew (irc:RhodiumToad)
>>
>
>
> --
>
>
> Regards,
> Prakash.R
> Postgresql DBA
>

--

Regards,
Prakash.R
Postgresql DBA

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-02-13 14:29:24 BUG #15635: some files missing
Previous Message Prakash Ramakrishnan 2019-02-13 14:16:28 Re: BUG #15634: extension missing