Re: New/old style trigger API

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New/old style trigger API
Date: 2001-05-28 16:06:16
Message-ID: 13057.991065976@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

darcy(at)druid(dot)net (D'Arcy J.M. Cain) writes:
> OK, so all functions can be upgraded to version 1 calling sequence, not
> just ones used for triggers.

Now you're getting there. Actually triggers *must* be upgraded to the
new calling sequence, because we don't support old-style triggers
anymore. But for other functions it's optional.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Mercer 2001-05-28 16:12:53 Re: Re: OpenOffice compile
Previous Message Tom Lane 2001-05-28 16:02:48 Re: maybe a bug in plpgsql, nulls and empty strings are not the same