> How recent is your last pg_dump backup?
2 weeks... i have more recent versions, but i think those versions are like
actual one.
the table that cause me trouble is contacts_secteurs. i have take a look at
a copy of this table that i did past week. 26 meg of null value! how can i
remove null value from this table is this query doesn't work :
medias=> delete from contacts_secteurs where contact_id is null;
ERROR: heap_delete: (am)invalid tid
(the index is drop)
patrick