View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 10:38 AM
Ed L.
 
Posts: n/a
Default Log actual params for prepared queries: TO-DO item?


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 <unnamed> [PREPARE: UPDATE sessions SET a_session = $1
WHERE id = $2]

Thoughts on making this a to-do item?

Ed

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote