Re: Parameter passing in trigger function write in C

2018-04-29 Thread Laurenz Albe
a wrote: > I was request to write a trigger that perform the following function: > > 1, The trigger will be set to exam all statement that will result change of > datas > > 2, The trigger will exam three information other than the data updated or > inserted: >user name, password and reasons

Re: Parameter passing in trigger function write in C

2018-04-27 Thread Adrian Klaver
day, Apr 27, 2018 10:16 PM *To:* "a"<372660...@qq.com>; "pgsql-general"; *Subject:* Re: Parameter passing in trigger function write in C On 04/26/2018 06:48 PM, a wrote: > hey thanks mate, I have red that. But the actual data retirement seems > to be combination

Re: Parameter passing in trigger function write in C

2018-04-27 Thread a
ot;<372660...@qq.com>; "pgsql-general"; Subject: Re: Parameter passing in trigger function write in C On 04/26/2018 06:48 PM, a wrote: > hey thanks mate, I have red that. But the actual data retirement seems > to be combination of that and the SPI_get* functions. I'm st

Re: Parameter passing in trigger function write in C

2018-04-27 Thread Adrian Klaver
cific about what parameters you are looking to pass in? -- Original -- *From:* "Adrian Klaver"; *Date:* Friday, Apr 27, 2018 9:36 AM *To:* "a"<372660...@qq.com>; "pgsql-general"; *Subject:* Re: Parameter passing in trigger funct

Re: Parameter passing in trigger function write in C

2018-04-26 Thread a
uot;Adrian Klaver"; Date: Friday, Apr 27, 2018 9:36 AM To: "a"<372660...@qq.com>; "pgsql-general"; Subject: Re: Parameter passing in trigger function write in C On 04/26/2018 06:13 PM, a wrote: > Hey everyone: > > I was request to write a trigger that p

Re: Parameter passing in trigger function write in C

2018-04-26 Thread Adrian Klaver
On 04/26/2018 06:13 PM, a wrote: Hey everyone: I was request to write a trigger that perform the following function: 1, The trigger will be set to exam all statement that will result change of datas 2, The trigger will exam three information other than the data updated or inserted: user nam

Parameter passing in trigger function write in C

2018-04-26 Thread a
Hey everyone: I was request to write a trigger that perform the following function: 1, The trigger will be set to exam all statement that will result change of datas 2, The trigger will exam three information other than the data updated or inserted: user name, password and reasons of change