PostgreSQL 9.2.2
I am using the above PostgreSQL. When in pgAdmin III (1.16) and I use the “Server Status” I will see things like:
UPDATE abc.table set def=$1 WHERE id=$2
How can I get this to display the actual values passed in the query?
Example of what I want to see:
UPDATE abc.table set def=’hi bob’ WHERE id=12
Thanks,
Lance Campbell
Software Architect
Web Services at Public Affairs
217-333-0382
