Log actual params for prepared queries: TO-DO item? - Mailing list pgsql-general

From Ed L.
Subject Log actual params for prepared queries: TO-DO item?
Date
Msg-id 200607151529.56889.pgsql@bluepolka.net
Whole thread Raw
Responses Re: Log actual params for prepared queries: TO-DO item?
Re: Log actual params for prepared queries: TO-DO item?
List pgsql-general
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

pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: troubleshooting 8.1.2
Next
From: Eci Souji
Date:
Subject: Scaleable DB structure for counters...