Re: function returning a row - Mailing list pgsql-novice

From Kjetil Haaland
Subject Re: function returning a row
Date
Msg-id 200502101316.37463.kjetil.haaland@student.uib.no
Whole thread Raw
In response to Re: function returning a row  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
Responses Re: function returning a row
Re: function returning a row
List pgsql-novice
hello

I have tested my function some more and found out that it is while i am trying
to return it crashes. If i use a standard type like float it works, but with
my own type alignres it doesn't. I have used this type as return value in
other functions before, but not in set returning functions.

When returning a float value, SRF_RETURN_NEXT(funcctx, Float8GetDatum(result))
is used. What am i supposed to use for my own type to get the datum value? I
have tried using PointerGetDatum(result) but then the function crashes.

regards
Kjetil

pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: how to know this row has been referenced or not????
Next
From: "Van Ingen, Lane"
Date:
Subject: PL/pgSQL: FOT Loops vs Cursors