https://bugzilla.wikimedia.org/show_bug.cgi?id=19948
John Morton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from John Morton <[email protected]> 2011-01-26 14:07:30 UTC --- It appears that Postgresql doesn't like USING to include the table in FROM, while mysql requires it. I think both support using a subquery, but that might be expensive. Maybe including more data in the temporary table might be the way forward. I ended up changing both delete queries and removed "TEMPORARY" from the table drop to get Special:UnusedProperties working. -- 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
