Re: [pgadmin-support] index only scans are not shown graphically

2014-11-03 Thread Michael Rasmussen
resql.org>> Subject: Re: [pgadmin-support] index only scans are not shown graphically 2014-11-03 19:07 GMT+01:00 J.F. Oster mailto:jinfros...@mail.ru>>: Hello, Monday, November 3, 2014, 9:40:24 AM, Guillaume Lelarge wrote: GL> The question mark is used when we don't have a

Re: [pgadmin-support] index only scans are not shown graphically

2014-11-03 Thread Guillaume Lelarge
2014-11-03 19:07 GMT+01:00 J.F. Oster : > Hello, > > Monday, November 3, 2014, 9:40:24 AM, Guillaume Lelarge wrote: > > GL> The question mark is used when we don't have a specific icon. > GL> The last new nodes don't have that. We'll need to find someone to > GL> create icons for us. If anybody's

Re: [pgadmin-support] index only scans are not shown graphically

2014-11-03 Thread J.F. Oster
Hello, Monday, November 3, 2014, 9:40:24 AM, Guillaume Lelarge wrote: GL> The question mark is used when we don't have a specific icon. GL> The last new nodes don't have that. We'll need to find someone to GL> create icons for us. If anybody's up for the job, that'd be great. I've looked at 9.4

Re: [pgadmin-support] index only scans are not shown graphically

2014-11-02 Thread Guillaume Lelarge
Hi, Le 30 oct. 2014 21:43, "Марк Коренберг" a écrit : > > Linux Mint 17 > > pdAdminIII 1.18.1 Jan 21 2014 > > > select id from incremental where id in (-10, 1,20,3) > > > "Index Only Scan using incremental_pkey on public.incremental > (cost=0.29..21.23 rows=4 width=4) (actual time=0.016..

[pgadmin-support] index only scans are not shown graphically

2014-10-30 Thread Марк Коренберг
Linux Mint 17 pdAdminIII 1.18.1 Jan 21 2014 select id from incremental where id in (-10, 1,20,3) "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 = AN