Relation missing? - Mailing list pgsql-novice

From A B
Subject Relation missing?
Date
Msg-id dbbf25900805130608l36f3beacy4a2ec4658e7e0e6d@mail.gmail.com
Whole thread Raw
Responses Re: Relation missing?  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List pgsql-novice
I got an error

SELECT ERecord(100, 3492,'2008-05-13 10:25:57', 1, 0);

gave me (translating into english)

ERROR:  relation with OID 31330 doesn't exist
CONTEXT:  SQL-statement: "INSERT INTO eLog (customer,shop,event,time)
VALUES ( $1 , $2 , $3 , $4 )"
PL/pgSQL function "erecord" line 5 at SQL statement

ERecord is a function written in PL/pgSQL... so what can this mean?

pgsql-novice by date:

Previous
From: "Ryan D. E nos"
Date:
Subject: optimizing simple math operator
Next
From: "A. Kretschmer"
Date:
Subject: Re: Relation missing?