Jan Wieck <[EMAIL PROTECTED]> writes: > What about > DELETE FROM staff JOIN users ... > then?
I don't much care for that, mainly because in my mind "x JOIN y" should always be semantically equivalent to "y JOIN x". I think we want a real clear syntactical separation between the deletion target table and the other tables. Also we do have the precedent of the way that UPDATE does things. We don't want to use the keyword FROM because of confusion, but I think we want to keep it basically the same as UPDATE. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html