> Try dropping that index.
done. but, when i try to recreate it :
medias=> create index contacts_secteurs_contact_id_ke on contacts_secteurs
(contact_id);
... freeze ...
what about if i drop it, and then vacuum or look into this table for null
value and other bad data. and after recreate it ? it's safe to vacuum my bd
after dropping an index ?
patrick