ExecOpenScanR: failed to open relation

From: Pam Withnall <Pamw(at)zoom(dot)com(dot)au>
To: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: ExecOpenScanR: failed to open relation
Date: 2001-02-20 05:30:14
Message-ID: D10ACC8031A3FD47A7860D3590D6A1D1F63D@zoom-ads.zoomnet.zoom.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
in my java code I am creating 3 temporary tables, then calling a stored
procedure which calls another stored procedure.
then I drop the temporary tables.

the first time around , eveything is OK , then when repeating the action I
get
"ExecOpenScanR: failed to open relation 2808495 "
could it be that an index exists when the table doesn't or
does it mean the functions did not stop properly ?
please help.
Pam Withnall

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2001-02-20 08:44:40 Re: beta5 ...
Previous Message Thomas Lockhart 2001-02-20 04:40:24 Re: AW: AW: Re: beta5 ...