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

From: "Vadim B(dot) Mikheev" <vadim(at)sable(dot)krasnoyarsk(dot)su>
To: Zeugswetter Andreas SARZ <Andreas(dot)Zeugswetter(at)telecom(dot)at>
Cc: "'pgsql-hackers(at)hub(dot)org'" <pgsql-hackers(at)hub(dot)org>
Subject: Re: [HACKERS] Feature: output index name in explain ...
Date: 1998-03-25 08:52:04
Message-ID: 3518C5B4.6DA56790@sable.krasnoyarsk.su
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 ?

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas 1998-03-25 09:01:33 Re: [HACKERS] char types gone.
Previous Message Zeugswetter Andreas 1998-03-25 08:37:16 Re: [HACKERS] Re: PostgreSQL reference manual (groups)