Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logging actual parameters in Postgres Log File

Status
Not open for further replies.

frizzo05

Programmer
Nov 4, 2005
1
US
I'm using VB.NET beta 2 over a Postgres DB. Whenever I read the log files created by PG, I never see the parameterized queries. I only see $1 and $2 and so forth.

Example:
"SELECT * FROM pg_catalog.pg_rewrite WHERE ev_class = $1 AND rulename = $2"

How can I see the true value, not the alias?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top