Re: create extension points to the wrong directory

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Benedict Holland <benedict(dot)m(dot)holland(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: create extension points to the wrong directory
Date: 2019-06-29 00:01:46
Message-ID: dd724c34-4a6f-aa9b-7df5-40ceab6726e3@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/28/19 4:41 PM, Benedict Holland wrote:
> Hello all,
>
> I really can't figure this one out. I am trying to get debug working on
> a postgrseql 10 database on ubuntu. I installed the proper package
> postgresql-10-pldebugger*. *When I go to create the extention, I get the
> error:
>
> create extension pldbgapi
> ERROR: could not open extension control file
> "/usr/share/postgresql/9.5/extension/pldbgapi.control": No such file or
> directory

Are you doing this in the 9.5 instance instead of the 10 instance?

In other words what does(in psql):

select version();

show?

>
> Which is true because it is in
> /usr/share/postgrseql/10/extension/pldbgapi.control. I am trying to run
> this command in pgadmin4. I am stuck. There doesn't seem to be a
> configuration option. Any ideas?
>
> Thanks,
> ~Ben

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2019-06-29 02:27:09 Re: Re: Re: Enabling checksums on a streaming replica
Previous Message Rob Sargent 2019-06-28 23:52:39 Re: create extension points to the wrong directory