Re: C-function and query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Martina Mostert" <martina_mostert(at)gmx(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: C-function and query
Date: 2002-08-08 13:27:26
Message-ID: 2633.1028813246@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Martina Mostert" <martina_mostert(at)gmx(dot)de> writes:
> As I didn't find any possibility to execute a query out of
> a c-function - which I would prefer - in the documentation
> (or am I wrong?)

SPI - see
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/spi.html
There are usage examples in contrib.

> I tried
> to write a function in pl/pgsql that is executed by the
> trigger and does the query and that should pass the result
> to a c-function for the rest. But unfortunatly the function
> call of my c-function ends up in an error message. So does
> that mean that such a combination isn't allowed

No, it means there's a bug in your c function.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-08-08 13:57:22 Re: SQL Comments
Previous Message Holger Klawitter 2002-08-08 13:16:49 Re: double quotes in unicode dbs