Re: failed to lookup type 0 - Mailing list pgsql-bugs

From Joe Conway
Subject Re: failed to lookup type 0
Date
Msg-id 3FC8D3CE.9010307@joeconway.com
Whole thread Raw
In response to failed to lookup type 0  ("Vernon Smith" <vwu98034@lycos.com>)
List 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

pgsql-bugs by date:

Previous
From: "Vernon Smith"
Date:
Subject: failed to lookup type 0
Next
From: Tom Lane
Date:
Subject: Re: failed to lookup type 0