Re: Exec statement logging - Mailing list pgsql-patches

From Tom Lane
Subject Re: Exec statement logging
Date
Msg-id 17963.1116178187@sss.pgh.pa.us
Whole thread Raw
In response to Re: Exec statement logging  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: Exec statement logging  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
Simon Riggs <simon@2ndquadrant.com> 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

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Exec statement logging
Next
From: Simon Riggs
Date:
Subject: Re: Exec statement logging