Re: BUG #15735: postgis extension missing

From: Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: bricklen <bricklen(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15735: postgis extension missing
Date: 2019-04-04 19:40:48
Message-ID: CAA2eZXyb6QtkDviKr+zfVr6Dupxs19vAZhi8UHigq_wMhEow5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ok, I'll check it out.

On Fri, Apr 5, 2019, 01:05 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Prakash Ramakrishnan <prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com> writes:
> >>> postgres=# create extension postgis;
> >>> ERROR: could not open extension control file
> >>> "/usr/pgsql-11/share/extension/postgis.control": No such file or
> directory
>
> > Yes, it's done. Already installed postgis but not able to create the
> > extension.
>
> Well, it's not there in the installation you're using. I speculate
> that you are using PGDG server RPMs but installed a Postgis RPM that's
> meant to go with Red Hat's postgresql RPMs. The file layouts are
> different between the two sets of RPMs, so mix-and-match won't work.
>
> regards, tom lane
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-04-04 20:08:02 BUG #15737: Unexpectedly Deleting full table when referring CTE (With Clause ) data,in a Subquery in another CTE
Previous Message Tom Lane 2019-04-04 19:35:21 Re: BUG #15735: postgis extension missing