Hi,
I am in the process of creating a rule that provides upsert functionality for all the tables which has primary key. The issue here is we have some 50 to 60 odd tables and have to write a functions that iterates through all these tables , create rules for each of this table, so that the rule body provides upsert functionality for every one of them.
Is there a way, I can say create a rule for all the tables in an schema? This will avoid writing complicated functions.
Thanks,
Sajeev