Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC
Date
Msg-id 12059.1004719839@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I said:
> The path that's causing
> a problem (or at least the problem I reproduced here) is

>     Backend 1            Backend 2

>     use table users;
>     commit; begin;
>                     drop table users;
>                     create new users table
>     use table users;

I've committed a fix for this problem for 7.2.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Christof Petig
Date:
Subject: Re: recent ECPG 7.1->7.2 incompatibility ( interval('0sec') = syntax
Next
From: Tom Lane
Date:
Subject: Re: New default ignored by pre-exising insert rulesets.