Re: Tool for comparing parameters

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Tool for comparing parameters
Date: 2018-10-24 14:40:37
Message-ID: 54c6393f-8665-a5b6-4692-feadc1ed2006@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rahul Saha 2018-10-24 14:42:30 Re: Tool for comparing parameters
Previous Message bhargav kamineni 2018-10-24 14:30:36 Tool for comparing parameters