Re: Discovering postgres binary directory location

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Raul Kaubi <raulkaubi(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Discovering postgres binary directory location
Date: 2020-11-11 22:26:52
Message-ID: 0d1b4b8f-ff92-0078-3643-ce7453ed50da@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/11/20 2:22 PM, Raul Kaubi wrote:
> Hi
>
> CentOS 7
> Postgres 9 to 12
>
> I am looking ways to universally discover postgresql binary directory
> for monitoring purpose.
> For example postgres 12, it is: */usr/pgsql-12*

pg_config --bindir
/usr/local/pgsql12/bin

>
> So what would be the best way to discover this in specific host.
>
> Regards
> Raul

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Atul Kumar 2020-11-11 22:31:27 identify partitioning columns and best practices of partitioning in prod enviornments
Previous Message Raul Kaubi 2020-11-11 22:22:18 Discovering postgres binary directory location