Re: exception with a temporary table

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: exception with a temporary table
Дата
Msg-id 4561D4AA.6090705@enterprisedb.com
обсуждение исходный текст
Ответ на Re: exception with a temporary table  ("Pablo Araujo" <ferarap@gmail.com>)
Ответы Re: exception with a temporary table  ("Pablo Araujo" <ferarap@gmail.com>)
Список pgsql-jdbc
Pablo Araujo wrote:
> I think that the problem is in "on commit drop", because i excecute this
> statment in the query browse of pgAdmin III and happens the same, What I
> must modify?

Yep. I don't know where the create table statement is coming from;
Hibernate, AndroMDA or your application code, but apparently it needs to
be changed to "on commit delete rows".

Or maybe you're supposed to be running the statements as a single
transaction, but you're not?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Pablo Araujo"
Дата:
Сообщение: Re: exception with a temporary table
Следующее
От: Danny Milosavljevic
Дата:
Сообщение: XA support (distributed transactions)