Logging

From: cjobbers(at)optonline(dot)net
To: pgsql-novice(at)postgresql(dot)org
Subject: Logging
Date: 2005-11-13 20:58:06
Message-ID: e441dbda64b8.4377628e@optonline.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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 Accounts WHERE Account.Name = $1 AND rulename = $2"

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

Responses

  • Re: Logging at 2005-11-19 07:42:54 from A. Kretschmer

Browse pgsql-novice by date

  From Date Subject
Next Message Ilias Goudaropoulos 2005-11-13 21:05:17 Re: Application using PostgreSQL as a back end (experienced programmersplease)
Previous Message Guido Winkelmann 2005-11-13 20:12:07 Ordering output rows by the maximum value of three virtual columns