Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0, 9) not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kristis Makris <kristis(dot)makris(at)datasoft(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0, 9) not found
Date: 2001-07-11 16:07:09
Message-ID: 21997.994867629@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc pgsql-sql

Kristis Makris <kristis(dot)makris(at)datasoft(dot)com> writes:
> On 11 Jul 2001 11:21:35 -0400, Tom Lane wrote:
>> Hmm, are you trying to create triggers on pg_shadow? It's hard to see
>> how that message could come from an "UPDATE pg_shadow" otherwise.

> I'm not trying to explicitly create triggers on pg_shadow. None of the
> triggers/tables/sequences/functions I've created so far try to reference
> the pg_shadow in any way, so I don't *believe* (but I could be wrong)
> that I've even implicitly created a trigger on pg_shadow;

Maybe you made a table with a foreign key reference to pg_shadow?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-07-11 16:10:51 ecpg: INITALLY DEFERRED translated into intially deferrable
Previous Message Kristis Makris 2001-07-11 16:04:45 Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0,9) not found

Browse pgsql-odbc by date

  From Date Subject
Next Message Kristis Makris 2001-07-11 16:17:27 Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0,9) not found
Previous Message Kristis Makris 2001-07-11 16:04:45 Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0,9) not found

Browse pgsql-sql by date

  From Date Subject
Next Message Kristis Makris 2001-07-11 16:17:27 Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0,9) not found
Previous Message Kristis Makris 2001-07-11 16:04:45 Re: ERROR: deferredTriggerGetPreviousEvent: event for tuple (0,9) not found