I just upgraded to PostgreSQL 9.0.2. I was told there was a change made to logging in this version such that when a prepared statement is executed and there is an error instead
of seeing $# in the SQL logs you would see the actual values. I am still seeing the $# not the values. Is there some other setting I needed to have set in order to see the values in the SQL?
Thanks, Lance |