Simon Riggs <[EMAIL PROTECTED]> writes: > On Sat, 2005-05-14 at 16:55 -0400, Bruce Momjian wrote: >> One thing you did was to log debug_query_string, but I don't see how >> that could be the right value.
> I used the debug_query_string because even in the EXEC case it is set, > so that the SQL statement appears correctly in pg_stat_activity. It may > look wrong, but it is there. The reason debug_query_string is the right thing is that exec_execute_message is careful to set it up... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match