hi friends
I have been doing testing on an existing project
The tables in postgresQl Db has some trigger function using keyword 'DELETING'
can anyone please help me what is this keyword deleting
it is creating errors on insert (coz the trigger is on insert)
Is it really a keyword or its a mistake by the programmer who coded this
Plz help me
I have been doing testing on an existing project
The tables in postgresQl Db has some trigger function using keyword 'DELETING'
Code:
IF DELETING THEN SOME SELECT STATEMENT END IF;
it is creating errors on insert (coz the trigger is on insert)
Is it really a keyword or its a mistake by the programmer who coded this
Plz help me
Comment