Applied. Thanks.
> "Mikheev, Vadim" <[EMAIL PROTECTED]> writes:
>
> > > Does the SPI interface support recursion? That is, can a function
> > > use SPI to make a query which involves calling another function which
> > > uses SPI?
> >
> > >From http://www.postgresql.org/docs/programmer/spi.htm
Ian Lance Taylor <[EMAIL PROTECTED]> writes:
> Does the SPI interface support recursion? That is, can a function
> use SPI to make a query which involves calling another function which
> uses SPI?
Looks to me like it should work.
> The documentation suggests not, saying that if a function which
> Does the SPI interface support recursion? That is, can a function
> use SPI to make a query which involves calling another function which
> uses SPI?
>From http://www.postgresql.org/docs/programmer/spi.htm :
"SPI procedures are always called by some (upper) Executor and the SPI
manager
uses t