Thread: get_typdefault: failed to ...

get_typdefault: failed to ...

From
"Vernon Smith"
Date:
Hi,

Here is the case:

mm=# delete from signon where user_id='210';
ERROR:  get_typdefault: failed to lookup type 0

What is wrong here? A bug or something else.

Thanks for your information.

Vernon


____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

Re: get_typdefault: failed to ...

From
Tom Lane
Date:
"Vernon Smith" <vwu98034@lycos.com> writes:
> mm=# delete from signon where user_id='210';
> ERROR:  get_typdefault: failed to lookup type 0

This looks like it could be an issue with improper handling of a deleted
column, but since you haven't mentioned your PG version or offered any
details about the table being operated on, it's impossible to speculate
further.

            regards, tom lane