Re: [HACKERS] Feature: output index name in explain ... - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Feature: output index name in explain ...
Date
Msg-id 199803251446.JAA05365@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Feature: output index name in explain ...  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
List pgsql-hackers
>
> Zeugswetter Andreas SARZ wrote:
> >
> > Since I wanted to know it, I extended explain to output the used (only the
> > first)
> > index on IndexScan.
> > An explain with this patch applied says:
> >
> > template1=> explain select * from pg_class where oid=1;
> > NOTICE:  QUERY PLAN:
> > Index Scan using pg_class_oid_index on pg_class  (cost=2.03 size=1 width=74)
>
> I like this. Any objections ?

Love it.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Data type removal
Next
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] Re: PostgreSQL reference manual