Michael Meskes wrote:
> On Mon, Jul 15, 2002 at 07:28:19PM +0300, Nikolay Hristov wrote:
>
>>Is it possible to use embedded SQL in C function.
>
>
> You mean an internal function?
>
> I'm sorry, that won't work as embedded SQl internally uses libpq to
> talk to the backend. When you're inside the backend you would need to
> use the SPI interface instead. I always wanted to add that to ecpg but
> never found the time.
>
> Michael
Thank you for the responce.
I suppose I should rewrite my DB2 stored procedures in PL/pgSQL.
I hoped that there is an easy way.
Regards,
Nikolay