Re: Rationalizing EXPLAIN VERBOSE output

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

Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > In fact, as Peter explains it, NOTICE \g goes to the terminal because it
> > is assumed to be an error. Maybe we need to make psql smarter and only
> > send ERROR/WARNING to terminal, and INFO/NOTICE to the log file. With
> > new elog() levels, seems this is needed anyway.
>
> INFO is just as irrelevant to the query results as WARNING is.

Oh, \g is just the query result, not the query itself. I get it now.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-03-11 05:06:03 Re: Allowing usernames in pg_hba.conf
Previous Message Bradley McLean 2002-03-11 04:48:58 Re: Rationalizing EXPLAIN VERBOSE output