"Rodrigo De León" <[EMAIL PROTECTED]> kirjutas sõnumis news:[EMAIL PROTECTED] > On May 26, 5:58 pm, "Andrus" <[EMAIL PROTECTED]> wrote: >> Thank you. >> This doc says that dropping trigger drops depending objects also. > > Only if you use CASCADE (default is RESTRICT). >
If I do not use CASCADE deleting trigger fail if there are objects which depend on trigger. So I MUST use cascase. Andrs. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match