Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id OAA11646 for postgres-dist; Wed, 9 Mar 1994 14:21:33 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199403092221.OAA11646@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from post.demon.co.uk (post.demon.co.uk [158.152.1.72]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id OAA11636 for <postgres@postgres.berkeley.edu>; Wed, 9 Mar 1994 14:21:17 -0800
Received: from camberlo.demon.co.uk by post.demon.co.uk id aa05745;
          9 Mar 94 19:29 GMT
Received: by camberlo.demon.co.uk (Smail3.1.28.1 #6)
	id m0peRFy-0000bBC; Wed, 9 Mar 94 16:37 GMT
Message-Id: <m0peRFy-0000bBC@camberlo.demon.co.uk>
Date: Wed, 9 Mar 94 16:37 GMT
From: Alvin A van Raalte <alvin@camberlo.demon.co.uk>
To: postgres@camberlo.demon.co.uk
Subject: Invalid type - oid = 0
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Wed, 09 Mar 94 14:21:33 -0800
Resent-XMts: smtp

I have been appending and deleting entries from a database  for 
sometime without problems. For some reason I now get the following error 
whenever I try to append a new instance.

WARN:Mar  8 17:24:46:typeid_get_relid: Invalid type - oid = 0

The query sent was (generated by pgbrowse) :-  
append ACTIVE (
	name="Hugh"::text,
	phone="91040"::text,
	comment=""::text,
	descr=""::text,
	last="now"::abstime,
	company=""::text
)

The only thing I have done is to vacuum the database for the first time.
I am using the Linux port of postgres 4.0.1 (or is it 4.1?).

How can I fix this problem. And how can I prevent it recurring?.

Thanks in advance
Alvin.
