HH <[EMAIL PROTECTED]> writes: > Would it be possible to create a constraint that makes rows of a certain > table impossible to delete?
REVOKE DELETE ON foo FROM ... This assumes you don't run your apps as database superuser of course. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend