Executing an SQL query from an internal function...

From: "Redefined Horizons" <redefined(dot)horizons(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Executing an SQL query from an internal function...
Date: 2006-07-25 22:44:54
Message-ID: e24752a10607251544m2bf7d252tab28781b82601759@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reece Hart 2006-07-25 23:23:39 Re: Mapping/DB Migration tool
Previous Message MC Moisei 2006-07-25 22:21:28 Re: Mapping/DB Migration tool