Re: Tool for comparing parameters

2018-10-24 Thread Rahul Saha
Check_pgactivity plugin for Nagios can also compare if anyone change any settings. On Wed, 24 Oct 2018 at 8:11 PM, Thomas Kellerer 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) . >

Re: Tool for comparing parameters

2018-10-24 Thread Thomas Kellerer
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

Tool for comparing parameters

2018-10-24 Thread bhargav kamineni
Hi Team, Is there any opensource or paid tool that compares postgresql database parameters? (NOT SCHEMA) . Thanks Bhargav K