Re: Linux Mint - cannot find auto_explain extension

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Keith Roberts <keith(at)karsites(dot)net>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Linux Mint - cannot find auto_explain extension
Date: 2019-08-01 18:01:11
Message-ID: CAOBaU_YP7rXTpq_t_DKx8Ltg=ZoM8dy0ezg1oh6BJD5LtNQL1w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Thu, Aug 1, 2019 at 7:53 PM Keith Roberts <keith(at)karsites(dot)net> wrote:
>
> postgres=# CREATE EXTENSION auto_explain;
> ERROR: could not open extension control file
> "/usr/share/postgresql/9.5/extension/auto_explain.control": No such file
> or directory
> postgres=#
>
> Does anyone have any idea what package I need to install to get the
> auto_explain extension please?

As explained in the documentation
(https://www.postgresql.org/docs/current/auto-explain.html)
auto_explain is not an extension but a module. The rest of the
documentation will show you how to configure and use it, provided that
you have contrib packages installed.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bharanee Rathna 2019-08-02 05:41:27 Altering multiple column types
Previous Message Keith Roberts 2019-08-01 17:53:16 Linux Mint - cannot find auto_explain extension