Re: [GENERAL] Executing an SQL query from an internal function...

2006-07-25 Thread Alvaro Herrera
Redefined Horizons wrote: > If I am implementing an internal function in PostgreSQL with the C > programming language, can I use one of the C API's to execute a query > from within the function? Is there another way to execute an SQL query > from within an internal function implemented in C? The S

[GENERAL] Executing an SQL query from an internal function...

2006-07-25 Thread Redefined Horizons
If I am implementing an internal function in PostgreSQL with the C programming language, can I use one of the C API's to execute a query from within the function? Is there another way to execute an SQL query from within an internal function implemented in C? Thanks, Scott Huey -