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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.