Re: event trigger API documentation?

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers\(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: event trigger API documentation?
Date: 2013-07-04 08:15:24
Message-ID: m2txkazqoz.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Applied with some tweaks.

Thanks!

There's a typo I made that I see only now:

+ <varlistentry>
+ <term><structfield>tg_event</></term>

I think that should be "event", not "tg_event", because we're listing
the fields for the EventTriggerData structure and not the magic variable
names found in the PLs.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Willy-Bas Loos 2013-07-04 08:51:50 Re: possible/feasible to specify field and value in error msg?
Previous Message Dean Rasheed 2013-07-04 08:15:08 Re: Review: UNNEST (and other functions) WITH ORDINALITY