FW:How to modify a tuple returned by SPI_execute - Mailing list pgsql-hackers

From Mario Weilguni
Subject FW:How to modify a tuple returned by SPI_execute
Date
Msg-id 200509191110.05160.mweilguni@sime.com
Whole thread Raw
List pgsql-hackers
Sorry for offtopic, since the pgsql-general ML does not seem to work I post
here.

I checked the documentation, and still do not get it. I can use SPI_copytuple
to return a modified version of a tuple, but how do I modify a column of
type HeapTuple.

In my case, I just want to modify a INT32 column for sorting.

Any ideas?

Regards,
        Mario Weilguni


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Does anybody use ORDER BY x USING y?
Next
From: "Magnus Hagander"
Date:
Subject: Re: Beta2 Wrap Up ...