Re: [GENERAL] Accessing Database Data from C Function

2006-08-09 Thread Jeffrey Bigham
On 8/8/06, Michael Fuhr <[EMAIL PROTECTED]> wrote: On Tue, Aug 08, 2006 at 12:16:18PM -0700, [EMAIL PROTECTED] wrote: > I'd like to write a C Function for Postgresql that can access data in > the database, use that to conduct additional queries to find more > information in the database and event

[GENERAL] Accessing Database Data from C Function

2006-08-08 Thread jeffrey . bigham
Hello, I'd like to write a C Function for Postgresql that can access data in the database, use that to conduct additional queries to find more information in the database and eventually return a result. I currently have the functionality I want implemented as php/C programs that first connect to