https://bugzilla.wikimedia.org/show_bug.cgi?id=19948
--- Comment #7 from Markus Krötzsch <[email protected]> 2010-01-10 15:02:00 UTC --- More information is needed here. What happens if you run the query: DELETE smw_tmp_unusedprops.* FROM smw_tmp_unusedprops, smw_rels2 INNER JOIN smw_ids ON p_id=smw_id WHERE title=smw_title AND smw_iw='' directly in Postgres (in the context of your wiki database)? You will have to create the table smw_tmp_unusedprops first. For this purpose, run the query: CREATE TEMPORARY TABLE smw_tmp_unusedprops ( title text ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
