Embedded SQL in a function

From: Nikolay Hristov <charlie(at)mail(dot)vega(dot)bg>
To: pgsql-general(at)postgresql(dot)org
Subject: Embedded SQL in a function
Date: 2002-07-15 16:28:19
Message-ID: 3D32F823.1030200@mail.vega.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Is it possible to use embedded SQL in C function.

I have tried application with embedded SQL and C functions
separately and they worked just fine.
When I tried to use embedded SQL in a function,
the result is that the function generally works,
but the embedded SQL statements do nothing.
There ware no errors during preprocessing, compiling and linking.

I was unable to find anything about that in the documentation.

Thanks in advance.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Arjen van der Meijden 2002-07-15 16:34:45 Re: Pushing PostgreSQL to the Limit (urgent!)
Previous Message Doug Fields 2002-07-15 15:23:19 Re: PostgreSQL in mission-critical system