Issue installing an extension - Mailing list pgsql-general

From P. Broennimann
Subject Issue installing an extension
Date
Msg-id CACm4aU8bf24U7Aor1YgaWm1E5bx2FYM8hXhMi+C1P0=neCcfcQ@mail.gmail.com
Whole thread Raw
Responses Re: Issue installing an extension  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
Hi there

I have installed 9.2.2 on a Debian Squeeze VM.

I am trying to install a third party extension.

1) For the extension I did "make" & "make install".
2) I now see the extension files in /usr/share/postgresql/9.2/extension/...
(files .sql and .control)
3) When I issue CREATE EXTENSION ...  I get an error:

SQL Error: ERROR:  could not open extension control file
"/usr/share/postgresql/9.1/extension/.......control": No such file or
directory

-> Seems that CREATE EXTENSION is using ...9.1... in the path. That is
strange as I never installed 9.1

How can I fix that?

Thx & cheers,
Peter

pgsql-general by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Upsert Functionality using CTEs
Next
From: Geoff Winkless
Date:
Subject: Re: Upsert Functionality using CTEs