Re: Calling function (table_name, schema_name) within event trigger

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, susan(dot)hurst(at)brookhurstdata(dot)com, Melvin Davidson <melvin6925(at)gmail(dot)com>
Subject: Re: Calling function (table_name, schema_name) within event trigger
Date: 2015-12-27 20:14:22
Message-ID: 978210461.2083.1451247262327.JavaMail.open-xchange@oxweb01.ims-firmen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> 9.4 did not offer very complete facilities for finding out what the
> DDL command had done; 9.5 will provide more info.)
>
> regards, tom lane

Really?

http://www.postgresql.org/docs/9.5/static/plpgsql-trigger.html still contains
only TG_EVENT and TG_TAG for Triggers on Events (40.9.2). If 9.5 contains more
information than should someone fix the doku.

Regards, Andreas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Susan Hurst 2015-12-27 20:32:56 Re: Calling function (table_name, schema_name) within event trigger
Previous Message Tom Lane 2015-12-27 19:19:07 Re: Calling function (table_name, schema_name) within event trigger