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

From Heikki Linnakangas
Subject Re: exception with a temporary table
Date
Msg-id 45619FFA.6080200@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:
> ok, but this assumes that being created everything in the same session.
>
> that is to say, it creates it, it inserts data and it destroys it in the
> same session.

Can you get a trace of the SQL commands sent to the server? One way to
get that is to set the log_statement configuration parameter in your
postgresql.conf file to "all".

That would help diagnosing the problem.

--
   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: "Pablo Araujo"
Date:
Subject: Re: exception with a temporary table