Re: Trying to track down weird query stalls - Mailing list pgsql-performance

From Alvaro Herrera
Subject Re: Trying to track down weird query stalls
Date
Msg-id 20090330212239.GH23023@alvh.no-ip.org
Whole thread Raw
In response to Re: Trying to track down weird query stalls  (dan@sidhe.org)
Responses Re: Trying to track down weird query stalls
List pgsql-performance
dan@sidhe.org escribió:

> > So what's the "?" in the query you pasted earlier?
>
> The first ? (for architecture) is 1, the second ? (for branchid) is 0.
> They both should get passed to Postgres as $1 and $2, respectively,
> assuming DBD::Pg does its substitution right. (They're both supposed to go
> in as placeholders)

Right, so how about you reread what I wrote above?

Oh, hmm, so to be more clear: I don't think DBD::Pg is actually sending
EXECUTE PREPARE.  You need to do this over psql.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-performance by date:

Previous
From: dan@sidhe.org
Date:
Subject: Re: Trying to track down weird query stalls
Next
From: dan@sidhe.org
Date:
Subject: Re: Trying to track down weird query stalls