Hi Donald,
Sorry for the delay in replying.
I've created the following objects using the latest CVS
version of pgAdmin and see no duplicates - would you mind trying the same on
your system please?
CREATE
TABLE foo
( id serial NOT NULL, data varchar(32) ) WITHOUT OIDS; CREATE
INDEX foo_idx
ON foo USING btree (ascii(data::text)); CREATE
INDEX foo_idx2
ON foo USING btree (ascii(data::text)) WHERE id > 1; Regards, Dave.
|
- Re: [pgadmin-support] duplicated Index entries Dave Page
- Re: [pgadmin-support] duplicated Index entries Donald Fraser
- Re: [pgadmin-support] duplicated Index entries Dave Page