Re: Query to help in debugging

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Kevin Grittner <kgrittn(at)mail(dot)com>, 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 20:29:36
Message-ID: 29618.1358627376@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
>> Tom Lane wrote:
>>> select name, setting, source from pg_settings
>>> where source not in ('default', 'override');

> Here is my very wide output:

Why are you insisting on cramming version() into this? It could
just as easily be a different query.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-19 20:37:33 Re: Query to help in debugging
Previous Message Tom Lane 2013-01-19 20:27:54 Re: proposal: fix corner use case of variadic fuctions usage