Re: Query to help in debugging - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Query to help in debugging
Date
Msg-id 20130119175835.108950@gmx.com
Whole thread Raw
In response to Query to help in debugging  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Query to help in debugging
List pgsql-hackers
Tom Lane wrote:

> I find the manual exclusion list to be poor style, and not at all
> future-proof. Maybe we could use
> 
> select name, setting, source from pg_settings
> where source not in ('default', 'override');
> 
> This would print a few not-all-that-interesting settings made by initdb,
> but not having to adjust the exclusion list for different versions is
> easily worth that. I think the source column is potentially useful when
> we're casting this type of fishing net, too.

Done.

-Kevin



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Passing connection string to pg_basebackup
Next
From: Pavel Stehule
Date:
Subject: Re: proposal: fix corner use case of variadic fuctions usage