Re: [pgadmin-hackers] gin/gist indexes show twice

2011-04-17 Thread Guillaume Lelarge
Le 04/04/2011 09:44, Timon a écrit : > CREATE TABLE _x > ( > v1 character varying > ); > > CREATE INDEX idx_gist > ON _x > USING gist > (to_tsvector('russian'::regconfig, v1::text)); > OK, that helped me to reproduce it. It is now fixed, using your patch. Unfortunately, it won't be part

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-04-02 Thread Guillaume Lelarge
Le 28/03/2011 12:10, Timon a écrit : > 2011/3/28 Guillaume Lelarge : >> Le 28/03/2011 10:57, Timon a écrit : >>> yup, seem that problem is not with git/gist indexes. >>> I have found the query for this grid in file >>> pgadmin/schema/pgIndex.cpp line 670. >>> >>> I run this query in Sql Query tool

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Timon
2011/3/28 Guillaume Lelarge : > Le 28/03/2011 10:57, Timon a écrit : >> yup, seem that problem is not with git/gist indexes. >> I have found the query for this grid in file >> pgadmin/schema/pgIndex.cpp line 670. >> >> I run this query in Sql Query tool and get same results: >> SELECT >>       inde

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Guillaume Lelarge
Le 28/03/2011 10:57, Timon a écrit : > yup, seem that problem is not with git/gist indexes. > I have found the query for this grid in file > pgadmin/schema/pgIndex.cpp line 670. > > I run this query in Sql Query tool and get same results: > SELECT > indexrelname, > idx_scan, idx_tup_re

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-28 Thread Timon
yup, seem that problem is not with git/gist indexes. I have found the query for this grid in file pgadmin/schema/pgIndex.cpp line 670. I run this query in Sql Query tool and get same results: SELECT indexrelname, idx_scan, idx_tup_read, idx_tup_fetch, pg_size_pretty(pg_rela

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-03-27 Thread Guillaume Lelarge
Le 24/03/2011 07:21, Timon a écrit : > gin and gist indexes show twice in indexes list grid of table. > Watch attachment > Just tried, didn't reproduce it. Care to share more info? like pgAdmin's release number. This issue reminds me something, but I don't find what. -- Guillaume http://www.