Query inside a C-Function

From: Enzo Cappa <zcappa(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Query inside a C-Function
Date: 2010-03-19 19:26:15
Message-ID: af50d3ba1003191226y6cb7a8au924d82b857147ba1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

I have to make a c function for determining if some point its inside a set
of elliptical geometries (I'm talking about a shared library, used like a
function in the queries ). The geometries are defined in a table, so the
function should iterate over a set of them. One option could be pass as a
param to the funcition an array of HeapTupleHeader (if its posible), and
other could be make a query inside the function for obtaining the
geometries.

I can't find the way of doing none of them, someone knows if it's posible?
And, of course, information and links are needed too.

Thank in advance.

Enzo Cappa

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2010-03-19 19:41:05 Re: Query inside a C-Function
Previous Message Cesar Martin 2010-03-19 19:24:19 Re: recuperar nodo en estado 3