Re: 36.3 Writing Tigger Functions in C

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: 36.3 Writing Tigger Functions in C
Date: 2015-08-11 11:20:32
Message-ID: CAAfz9KMNnsMPGBYxQz2vFduRxStOaX8SFiq38c0UjGfrbTsn7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

2015-08-11 13:47 GMT+03:00 Dmitry Igrishin <dmitigr(at)gmail(dot)com>:

> 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"
>
Oops, it's even better to replace with
"but it is passed a "context" pointer", because the need of
use CALLED_AS_TRIGGER macro described hereinafter.

--
// Dmitry.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Marko Tiikkaja 2015-08-11 11:32:25 Re: 36.3 Writing Tigger Functions in C
Previous Message Dmitry Igrishin 2015-08-11 10:51:28 "SQL null" vs "SQL NULL".