Re: [GENERAL] Log actual params for prepared queries: TO-DO item?

2006-07-18 Thread Bruce Momjian
Ed L. wrote: > > We'd like to attempt some log replay to simulate real loads, but > in 8.1.2, it appears the formal parameters are logged ('$') > instead of the actuals for prepared queries, e.g.: > > EXECUTE [PREPARE: UPDATE sessions SET a_session = $1 > WHERE id = $2] > > Thoughts on mak

Re: [GENERAL] Log actual params for prepared queries: TO-DO item?

2006-07-16 Thread Jaime Casanova
On 7/15/06, Ed L. <[EMAIL PROTECTED]> wrote: We'd like to attempt some log replay to simulate real loads, but in 8.1.2, it appears the formal parameters are logged ('$') instead of the actuals for prepared queries, e.g.: EXECUTE [PREPARE: UPDATE sessions SET a_session = $1 WHERE id = $2] Th

[GENERAL] Log actual params for prepared queries: TO-DO item?

2006-07-15 Thread Ed L.
We'd like to attempt some log replay to simulate real loads, but in 8.1.2, it appears the formal parameters are logged ('$') instead of the actuals for prepared queries, e.g.: EXECUTE [PREPARE: UPDATE sessions SET a_session = $1 WHERE id = $2] Thoughts on making this a to-do item? Ed ---