Re: Tool for comparing parameters

From: Rahul Saha <rahul(dot)blooming(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Tool for comparing parameters
Date: 2018-10-24 14:42:30
Message-ID: CAEQ0CJhVpOpknZbw=Vj4bM2+nEPVqU0=aNpH+WZZBic_aX8VNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Check_pgactivity plugin for Nagios can also compare if anyone change any
settings.

On Wed, 24 Oct 2018 at 8:11 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:

> bhargav kamineni schrieb am 24.10.2018 um 16:30:
> > Is there any opensource or paid tool that compares postgresql database
> parameters? (NOT SCHEMA) .
>
> You could dump the content of pg_settings into CSV files (sorted by name)
> and then run a diff on both CSV files.
>
> Thomas
>
>
> --
Thanks & Regards
Rahul Saha

+91 8806351116

Sent from my iPhone

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Boris Sagadin 2018-10-24 17:11:59 Re: Postgres 10, slave not catching up with master
Previous Message Thomas Kellerer 2018-10-24 14:40:37 Re: Tool for comparing parameters