C functions

Started by Franco Bruno Borghesiover 22 years ago3 messagesgeneral
Jump to latest
#1Franco Bruno Borghesi
franco@akyasociados.com.ar

Hi guys!

I need to migrate some plpgsql functions I have to C language.
These functions execute queries and process the results inside, and some
of them return records... I've been reading the documentation, but I
would like any of you to tell me where can I find some examples of these
kind of functions (in C or C++).

Thanks in advance.

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Franco Bruno Borghesi (#1)
Re: C functions

Franco Bruno Borghesi writes:

I need to migrate some plpgsql functions I have to C language.
These functions execute queries and process the results inside, and some
of them return records... I've been reading the documentation, but I
would like any of you to tell me where can I find some examples of these
kind of functions (in C or C++).

contrib/tablefunc

--
Peter Eisentraut peter_e@gmx.net

#3Franco Bruno Borghesi
franco@akyasociados.com.ar
In reply to: Peter Eisentraut (#2)
Re: C functions

great, Thanks!

On Fri, 2003-09-05 at 17:43, Peter Eisentraut wrote:

Show quoted text

Franco Bruno Borghesi writes:

I need to migrate some plpgsql functions I have to C language.
These functions execute queries and process the results inside, and some
of them return records... I've been reading the documentation, but I
would like any of you to tell me where can I find some examples of these
kind of functions (in C or C++).

contrib/tablefunc