Re: [pgadmin-support] How to display full query in logs

2013-01-08 Thread Campbell, Lance
ql.org] On Behalf Of Campbell, Lance Sent: Tuesday, January 08, 2013 9:46 AM To: pgadmin-support@postgresql.org Subject: [pgadmin-support] How to display full query in logs PostgreSQL 9.2.2 Is there a configuration parameter in PostgreSQL that will allow a full query to be displayed in the lo

[pgadmin-support] How to display full query in logs

2013-01-08 Thread Campbell, Lance
PostgreSQL 9.2.2 Is there a configuration parameter in PostgreSQL that will allow a full query to be displayed in the log file? What I see: UPDATE abc.table set def=$1 WHERE id=$2 What I want to see: UPDATE abc.table set def='hi bob' WHERE id=12 Thanks, Lance Campbell Software Architect Web Se