Re: [GENERAL] replace function, what happens afterwards?

2014-04-16 Thread Raymond O'Donnell
On 16/04/2014 13:54, MirrorX wrote: > dear all, > > i have a question regarding a recent problem that we faced and we are > trying to identify. let's suppose we have a function A and a function > B that in some point calls function A. > > function A-> ….. insert into table1(col1,col2) values ($1,

[GENERAL] replace function, what happens afterwards?

2014-04-16 Thread MirrorX
dear all, i have a question regarding a recent problem that we faced and we are trying to identify. let's suppose we have a function A and a function B that in some point calls function A. function A-> ….. insert into table1(col1,col2) values ($1,$2) ….. function B -> … select… update…. insert…