Re: Insert do not work in my case

From: Mickael Remond <mickael(dot)remond(at)erlang-fr(dot)org>
To: Chris Smith <chris(at)interspire(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert do not work in my case
Date: 2004-12-16 07:16:54
Message-ID: 41C13666.2000205@erlang-fr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Smith wrote:
> The easiest way to start is to turn on query logs for your server and
> see if it gets that far.

When turning on query logs in Postgresql, I only get the content of the
prepared statement without the parameters (question mark). I there a way
to expand what is executed by the server ?

Programmatically, I am printing out the prepared statement and the
parameters seperatly. I already tried to do the insert manually and it
works.

However, I do not see what could be the problem. PostgreSQL is not
showing any error. I thought it could be a problem with prepared
statement and the jdbc driver or it could have something to do with a
change in the postgreSQL default parameters.

Any other idea ?

--
Mickaël Rémond
http://www.erlang-projects.org/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Ben-Nes 2004-12-16 08:26:48 online backup in critical systems
Previous Message Christopher Browne 2004-12-16 06:22:45 Re: Aggregates not allowed in WHERE clause?