index only scans are not shown graphically

Поиск
Список
Период
Сортировка
От Марк Коренберг
Тема index only scans are not shown graphically
Дата
Msg-id CAEmTpZE2Qc2bmdt9ue5nZqkuSRMk9B_B7p5jJjNJm1ar6e4zKQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: index only scans are not shown graphically  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-support
Linux Mint 17

pdAdminIII 1.18.1 Jan 21 2014


select id from incremental where id in (-10, 1,20,300000000)


"Index Only Scan using incremental_pkey on public.incremental
(cost=0.29..21.23 rows=4 width=4) (actual time=0.016..0.024 rows=2
loops=1)"
"  Output: id"
"  Index Cond: (incremental.id = ANY ('{-10,1,20,300000000}'::integer[]))"
"  Heap Fetches: 2"
"  Buffers: shared hit=9"
"Total runtime: 0.046 ms"


shows question-mark icon instead of graphical plan representation

-- 
Segmentation fault



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

Предыдущее
От: sunset9002
Дата:
Сообщение: pgAdmin crashes with a segmentation fault when using SSH tunnelling.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: index only scans are not shown graphically