Re: [HACKERS] Feature: output index name in explain ...

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: vadim(at)sable(dot)krasnoyarsk(dot)su (Vadim B(dot) Mikheev)
Cc: Andreas(dot)Zeugswetter(at)telecom(dot)at, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] Feature: output index name in explain ...
Date: 1998-03-25 14:46:38
Message-ID: 199803251446.JAA05365@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-03-25 14:49:14 Re: [HACKERS] Begin statement again
Previous Message Michael Meskes 1998-03-25 14:45:09 Re: AW: [HACKERS] Re: PostgreSQL reference manual