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
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
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
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
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
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.