Re: [HACKERS] DBD::Pg::st execute failed: ERROR

2000-10-26 Thread Stephan Szabo
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 [EMAIL PROTECTED] On Wed, 25 Oct 2000, andr

[HACKERS] DBD::Pg::st execute failed: ERROR

2000-10-25 Thread andres mackiewicz
I have this problem:The next message appears when I try to make an INSERT into a table:   Connection refusedDBD::Pg::st execute failed: ERROR:  parser: parse error at or near "refused"   The situation is the next: I have a lot of processes making insertionsin the same database, and I suspect