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

Поиск
Список
Период
Сортировка
От Vadim B. Mikheev
Тема Re: [HACKERS] Feature: output index name in explain ...
Дата
Msg-id 3518C5B4.6DA56790@sable.krasnoyarsk.su
обсуждение исходный текст
Ответ на Feature: output index name in explain ...  (Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>)
Ответы Re: [HACKERS] Feature: output index name in explain ...  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zeugswetter Andreas
Дата:
Сообщение: Re: [HACKERS] Re: PostgreSQL reference manual (groups)
Следующее
От: Zeugswetter Andreas
Дата:
Сообщение: Re: [HACKERS] char types gone.