Re: [GENERAL] function execution problem - plpgsql

2005-07-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-07-21 10:18:05 +0200: > I have two functions: funcA() drops a row from table A, funcB() drops a > row from table B that references table A. funcA() calls funcB() and > issues a delete command after returning from funcB(). I get an error, > stating that it can not be done,

[GENERAL] function execution problem - plpgsql

2005-07-21 Thread Zoltan Bartko
Hello folks I would like to ask the following thing: I have two functions: funcA() drops a row from table A, funcB() drops a row from table B that references table A. funcA() calls funcB() and issues a delete command after returning from funcB(). I get an error, stating that it can not be done,