Re: failed to lookup type 0

From: Joe Conway <mail(at)joeconway(dot)com>
To: vwu98034(at)lycos(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: failed to lookup type 0
Date: 2003-11-29 17:13:50
Message-ID: 3FC8D3CE.9010307@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Vernon Smith wrote:
> When I try to delete data from one table, I get this error:
>
> ERROR: get_typdefault: failed to lookup type 0
>
> I can't find any reasons other than a bug. The PG version is 7.3.4

And neither can we without some details.

Please post the results of
\d tablename
, the definitions of any trigger functions (particularly any "on delete"
triggers), and if possible a complete reproducible example.

Joe

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-11-29 17:20:32 Re: failed to lookup type 0
Previous Message Vernon Smith 2003-11-29 16:34:01 failed to lookup type 0