Re: BUG #15634: extension missing - Mailing list pgsql-bugs

From Prakash Ramakrishnan
Subject Re: BUG #15634: extension missing
Date
Msg-id CAA2eZXw7+BPynqBvy-a4Ps_=nMoVmgzgQ5ADxf8BR2zHKOTMeg@mail.gmail.com
Whole thread Raw
In response to Re: BUG #15634: extension missing  (Prakash Ramakrishnan <prakash.ramakrishnan.ap@nielsen.com>)
Responses Re: BUG #15634: extension missing  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List 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.ramakrishnan.ap@nielsen.com> wrote:
Thanks for the update. 

On Wed, Feb 13, 2019 at 7:45 PM Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>>>>> "PG" == PG Bug reporting form <noreply@postgresql.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

pgsql-bugs by date:

Previous
From: Prakash Ramakrishnan
Date:
Subject: Re: BUG #15634: extension missing
Next
From: PG Bug reporting form
Date:
Subject: BUG #15635: some files missing