Some more information to help solve this sneaky
little bug!
The duplicated indexes are only on indexes that use
a function!
For example:
CREATE INDEX tbl_cmpy_notumbrella_key
ON tbl_cmpy USING btree (get_cmpyname(s_umbname, s_name)) WHERE b_isumbrella IS NOT TRUE AND d_deceased IS NULL;
|
- Re: [pgadmin-support] duplicated Index entries Donald Fraser
- Re: [pgadmin-support] duplicated Index entries Dave Page
- Re: [pgadmin-support] duplicated Index entries Donald Fraser
- Re: [pgadmin-support] duplicated Index entries Dave Page