Re: How to modify a tuple returned by SPI_copytuple? - Mailing list pgsql-general

From Michael Fuhr
Subject Re: How to modify a tuple returned by SPI_copytuple?
Date
Msg-id 20050919132043.GA83744@winnie.fuhr.org
Whole thread Raw
In response to How to modify a tuple returned by SPI_copytuple?  (Mario Weilguni <mweilguni@sime.com>)
Responses Re: How to modify a tuple returned by SPI_copytuple?
List pgsql-general
On Mon, Sep 19, 2005 at 08:01:55AM +0200, Mario Weilguni wrote:
> 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 structure of
> type HeapTuple.

Does SPI_modifytuple() not do what you want?

--
Michael Fuhr

pgsql-general by date:

Previous
From: Brent Wood
Date:
Subject: plperl function to return nulls
Next
From: Mario Weilguni
Date:
Subject: Re: How to modify a tuple returned by SPI_copytuple?