What is the C function to modify attribute

From: a <372660931(at)qq(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: What is the C function to modify attribute
Date: 2018-05-17 03:36:40
Message-ID: tencent_1EC82E7B493B161505AE27F6@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Rowley 2018-05-17 04:09:42 Re: What is the C function to modify attribute
Previous Message Benjamin Scherrey 2018-05-16 22:42:28 Re: When use triggers?