AgentM <[EMAIL PROTECTED]> writes: > What I am really hoping for is that PQexecParams() [in later versions > of libpq] can figure it out for itself so client code doesn't need > fixing. That is the plan, right?
Out-of-line parameters are not an issue at all --- only string literals embedded in the SQL query. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match