DBD::Pg::st execute failed: ERROR

Started by andres mackiewiczabout 25 years ago2 messages
#1andres mackiewicz
mackiew@seciu.edu.uy

I have this problem:
The next message appears when I try to make an INSERT into a table:

Connection refused
DBD::Pg::st execute failed: ERROR:
parser: parse error at or near "refused"

The situation is the next: I have a lot of processes making insertions
in the same database, and I suspect that is the cause of the message,
but I'm not sure.

Could be another cause?
How can I solve it?

I have tried the "autocommit" option on, and i still have the
problem.

Thank you.

#2Stephan Szabo
sszabo@megazone23.bigpanda.com
In reply to: andres mackiewicz (#1)
Re: DBD::Pg::st execute failed: ERROR

It seems like postgres is thinking that the query is incorrectly
formatted. Do you know what query is being run when this happens?
You may wish to start the postmaster with -d2 which should print
out the queries that postgres is seeing.

Stephan Szabo
sszabo@bigpanda.com

On Wed, 25 Oct 2000, andres mackiewicz wrote:

Show quoted text

I have this problem:
The next message appears when I try to make an INSERT into a table:

Connection refused
DBD::Pg::st execute failed: ERROR:
parser: parse error at or near "refused"

The situation is the next: I have a lot of processes making insertions
in the same database, and I suspect that is the cause of the message,
but I'm not sure.

Could be another cause?
How can I solve it?

I have tried the "autocommit" option on, and i still have the
problem.

Thank you.