Relation missing?

From: "A B" <gentosaker(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Relation missing?
Date: 2008-05-13 13:08:51
Message-ID: dbbf25900805130608l36f3beacy4a2ec4658e7e0e6d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2008-05-13 13:38:15 Re: Relation missing?
Previous Message Cliff Nieuwenhuis 2008-05-10 14:19:52 Re: [NOVICE] encoding problems