Re: Rationalizing EXPLAIN VERBOSE output

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rationalizing EXPLAIN VERBOSE output
Date: 2002-03-11 03:45:05
Message-ID: 8094.1015818305@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I can't think of a good reason, but making it a select output makes
> EXPLAIN one of the few things you can't get into the server logs, even
> if you want to. At DEBUG5, you get almost everything about a query.

... including the query plan dump, no? I don't see the point here.

One reason in favor of SELECT-like output is that a lot of user
interfaces are not prepared for large NOTICE outputs. (Even psql
isn't really, since it can't paginate NOTICE output.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-03-11 04:24:08 Autoconf upgrade
Previous Message Christopher Kings-Lynne 2002-03-11 03:01:32 Re: Allowing usernames in pg_hba.conf