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 NAA02290 for postgres-dist; Thu, 3 Mar 1994 13:34:24 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199403032134.NAA02290@nobozo.CS.Berkeley.EDU>
Sender: owner-postman@postgres.Berkeley.EDU
X-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 NAA02281; Thu, 3 Mar 1994 13:34:23 -0800
Message-Id: <199403032134.NAA02281@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
From: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
To: quan liu <qliu@cis.ohio-state.edu>
Cc: POSTGRES@postgres.Berkeley.EDU
Subject: Re: Error Message 
Reply-To: aoki@postgres.Berkeley.EDU (Paul M. Aoki)
In-reply-to: Your message of Thu, 3 Mar 1994 16:06:06 -0500 
	     <199403032106.QAA08214@lyre.cis.ohio-state.edu> 
Date: Thu, 03 Mar 94 13:34:23 -0800
X-Sender: aoki@postgres.Berkeley.EDU
Resent-To: postgres-dist@postgres.Berkeley.EDU
X-Mts: smtp
Resent-Date: Thu, 03 Mar 94 13:34:24 -0800
Resent-XMts: smtp

quan liu <qliu@cis.ohio-state.edu> writes:
>     WARN:Mar  3 16:02:50:heap_openr on keywords failed

this usually means the table "keywords" doesn't exist.

do
	retrieve (pg_class.all) where pg_class.relname="keywords"
if you don't get any data back, then "keywords" in fact does not
exist.
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki
