Re: gin/gist indexes show twice

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Timon <timosha(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: gin/gist indexes show twice
Date: 2011-04-17 12:51:07
Message-ID: 4DAAE23B.9010400@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-04-17 13:18:01 [pgAdmin III] #314: Allow Grant Wizard at lower level
Previous Message pgAdmin Trac 2011-04-17 12:49:05 Re: [pgAdmin III] #313: gin/gist indexes show twice