index only scans are not shown graphically

From: Марк Коренберг <socketpair(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: index only scans are not shown graphically
Date: 2014-10-30 20:35:35
Message-ID: CAEmTpZE2Qc2bmdt9ue5nZqkuSRMk9B_B7p5jJjNJm1ar6e4zKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Mark Woodward 2014-10-31 14:14:12 Index table locking
Previous Message Dave Page 2014-10-30 15:11:14 Re: Fixed some issues related to Resource Group

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2014-11-03 06:40:24 Re: index only scans are not shown graphically
Previous Message sunset9002 2014-10-30 12:25:15 pgAdmin crashes with a segmentation fault when using SSH tunnelling.