Re: Question about pg_catalog.pg_trigger.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bhat, Suma" <Suma_Bhat(at)bmc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about pg_catalog.pg_trigger.
Date: 2008-04-04 20:22:07
Message-ID: 7740.1207340527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Bhat, Suma" <Suma_Bhat(at)bmc(dot)com> writes:
> but with postgresql-8.3.1, t1.args values are empty.

Yes, the RI triggers no longer care about tgargs. They look at the
FK constraint's pg_constraint entry, instead.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2008-04-04 20:22:17 Re: creating a temp table in a function
Previous Message Ron Tyndall 2008-04-04 20:18:45 Re: Cannot Install PostgreSQL on Windows 2000 Server