Re: exception with a temporary table - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: exception with a temporary table
Date
Msg-id 4561D4AA.6090705@enterprisedb.com
Whole thread Raw
In response to Re: exception with a temporary table  ("Pablo Araujo" <ferarap@gmail.com>)
Responses Re: exception with a temporary table
List 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 by date:

Previous
From: "Pablo Araujo"
Date:
Subject: Re: exception with a temporary table
Next
From: Danny Milosavljevic
Date:
Subject: XA support (distributed transactions)