Re: pg_stat_statements extension

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Rushikesh socha <rushikesh(dot)s(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_stat_statements extension
Date: 2020-01-14 06:10:07
Message-ID: 20200114061007.GG1515@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 13, 2020 at 11:41:36AM -0800, Adrian Klaver wrote:
> How did the above get installed, from source, RPM. other?

Rushikesh, depending on your environment, the way to install
pg_stat_statements' libraries may change. On most Linux
distributions, any extension modules are shipped with a package
different than the main ones for the server and client binaries and
libraries. Then, you would most likely look for a package named
postgresql-11-contrib or similar.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message İlyas Derse 2020-01-14 07:35:09 WaitForMultipleObjects in C Extension
Previous Message Dilip Kumar 2020-01-14 03:34:47 Re: Worse performance with higher work_mem?