Re: Relation raltion_name with OID ##### no longer exists

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Edmundo Robles L(dot)" <erobles(at)sensacd(dot)com(dot)mx>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Relation raltion_name with OID ##### no longer exists
Date: 2010-08-05 21:52:07
Message-ID: 3192.1281045127@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Edmundo Robles L." <erobles(at)sensacd(dot)com(dot)mx> writes:
> i have the above error when i tried to insert a register, How can i
> solve this issue???'

AFAIK the only way to get that message is for one session to be starting
to do something with a table just at the time that some other session
drops it. Maybe you need to be more careful about interlocking your
various applications.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-08-05 22:00:59 Re: Need help understanding vacuum verbose output
Previous Message Edmundo Robles L. 2010-08-05 21:37:17 Relation raltion_name with OID ##### no longer exists