36.3 Writing Tigger Functions in C - Mailing list pgsql-docs

From Dmitry Igrishin
Subject 36.3 Writing Tigger Functions in C
Date
Msg-id CAAfz9KPBchVLG=MxOcD7wWiRjBQJ2CDckqC3RRYrkehy=9wedw@mail.gmail.com
Whole thread Raw
Responses Re: 36.3 Writing Tigger Functions in C
Re: 36.3 Writing Tigger Functions in C
List pgsql-docs
Subparagparh 3:
I suggest to replace:
"but it is passed a "context" pointer pointing to a TriggerData
structure"
with
"but it is passed a "context" pointer to a structure of type
TriggerData"

tg_trigtuple:
I'm not sure why "skip the operation" is here:
"if you don't want to replace the row with a different one (in the
case of INSERT) or skip the operation"

tg_newtuple:
I'm not sure why "skip the operation" is here:
"and you don't want to replace this row by a different one or
skip the operation"

and I suggest to replace:
"and you don't want to replace this row by a different one"
with
"and you don't want to replace the row with a different one"
anyway.

--
// Dmitry.

pgsql-docs by date:

Previous
From: Dmitry Igrishin
Date:
Subject: 36.2 Visibility of Data Changes
Next
From: Dmitry Igrishin
Date:
Subject: "SQL null" vs "SQL NULL".