what on earth does this mean?!? - Mailing list pgsql-general

From Karl Auer
Subject what on earth does this mean?!?
Date
Msg-id XFMail.990303100237.auer@kom.id.ethz.ch
Whole thread Raw
List pgsql-general
Hi all.

Apologies to those who have seen this in the novice list already,
someone suggested here might be a better spot for my question.

Here 'tis.

I have just started getting the following message, by the ton, in my
postgres log:

   ERROR:  RelationCatalogInformation: Relation 21400 not found

I've traced it to the point that I know exactly what statement is producing
it, namely:

   select attribute_id from dictionary where name = 'USR-MP-EDO'

Note that this staement is representative - the same statement is executed
many times but with different names; each statement, regardles of the
name in it, causes exactly the same error message, including the same
number (21400). Needless to say, the job that needs doing, of which this
little select is a part, is not getting done :-(

When I execute this statement by hand in the same database, as the same user
as is executing the script (where these statements are coming from), it works
fine.

Any ideas most gratefully accepted. Mostly I'd like to know what the error
message means...

Regards, K.

---
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (auer@kom.id.ethz.ch)              Geschaeft/work     +41-1-6327531
Kommunikation, ETHZ RZ                          Privat/home     +41-1-4517941
Clausiusstrasse 59                                      Fax     +41-1-6321225
CH-8092 ZUERICH Switzerland

pgsql-general by date:

Previous
From:
Date:
Subject: Undeliverable Message
Next
From: "K.T."
Date:
Subject: Re: [GENERAL] what on earth does this mean?!?