Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2007 at 20:23 UTC
Updated:
9 Jan 2007 at 22:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
morbus iffis how you'd do it in MySQL. According to #postgresql, however, there's no way to delete from two tables at the same time. So, instead, we're looking to do two different queries it seems: one to get all the nids that match, then another to DELETE IN (nids).
Comment #2
dwwin postgresql, what's wrong with:
?
Comment #3
morbus iffHere's a first attempting using both my and dww's SQL. There's still the larger issue of deleting the Forum taxonomy stuff. We could probably rig something up using the same SQL for that, but the amount of tables would make the SQL a bit convoluted, I think. May be better to reduce it to an IN (), as above.
Comment #4
morbus iffTypo in forum_uninstall.
Comment #5
killes@www.drop.org commentedI'd leave the forum vocab as such alone. People someimtes use the same vocab for site navigation or something else.
Comment #6
ChrisKennedy commentedDuplicate of http://drupal.org/node/92329