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

From Heikki Linnakangas
Subject Re: exception with a temporary table
Date
Msg-id 4562D535.4010203@enterprisedb.com
Whole thread Raw
In response to exception with a temporary table  ("Pablo Araujo" <ferarap@gmail.com>)
List pgsql-jdbc
Pablo Araujo wrote:
> Yes I suppose that the statment is running as a single transaction, but,
> why is running it with MySQL?
> I think that it must have a property in hibernate or postgresql, about who
> can be indicated this type of things.
>
> What do you think about this?

I'm afraid I can't help you any further. PostgreSQL is just executing
what the application and/or the 3rd party libraries are sending to it.
You might consider getting a similar trace from MySQL and compare, or
search the manuals of Hibernate for any related properties. And make
sure you understand where your transaction begins and where it ends, and
where it should begin and end.

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

pgsql-jdbc by date:

Previous
From: Andreas
Date:
Subject: Hello World
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: Hello World