Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC
Дата
Msg-id 12059.1004719839@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug #491: ERROR: RelationClearRelation: relation using JDBC  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Christof Petig
Дата:
Сообщение: Re: recent ECPG 7.1->7.2 incompatibility ( interval('0sec') = syntax
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New default ignored by pre-exising insert rulesets.