What is the C function to modify attribute - Mailing list pgsql-general

From a
Subject What is the C function to modify attribute
Date
Msg-id tencent_1EC82E7B493B161505AE27F6@qq.com
Whole thread Raw
Responses Re: What is the C function to modify attribute  (David Rowley <david.rowley@2ndquadrant.com>)
List pgsql-general
Hi:

I am writing a trigger that will record all adjustment of the row into the last column of the row. I have done a iterator to produce text record and the last step would be add the text record into the last column (which designed as an array of user defined type, with the output function display the abstraction of update and a user defined function is used to retrieve detail update info). 

Now I would like to find a way that will allow me to update the last column in C efficiently.

Can anyone help? Thank you so much!!

Shore

pgsql-general by date:

Previous
From: Benjamin Scherrey
Date:
Subject: Re: When use triggers?
Next
From: David Rowley
Date:
Subject: Re: What is the C function to modify attribute