Re: exception with a temporary table

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Pablo Araujo" <ferarap(at)gmail(dot)com>
Cc: "Dave Cramer" <pg(at)fastcrypt(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: exception with a temporary table
Date: 2006-11-20 12:30:50
Message-ID: 45619FFA.6080200@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pablo Araujo 2006-11-20 15:12:19 Re: exception with a temporary table
Previous Message Pablo Araujo 2006-11-20 12:23:06 Re: exception with a temporary table