Re: Query to help in debugging

From: "Kevin Grittner" <kgrittn(at)mail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>,"Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: "bricklen" <bricklen(at)gmail(dot)com>,"PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Query to help in debugging
Date: 2013-01-19 17:58:35
Message-ID: 20130119175835.108950@gmx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2013-01-19 18:18:51 Re: proposal: fix corner use case of variadic fuctions usage
Previous Message Tom Lane 2013-01-19 17:33:23 Re: Passing connection string to pg_basebackup