"sniffing" postgres queries

From: "Anton Melser" <melser(dot)anton(at)gmail(dot)com>
To: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: "sniffing" postgres queries
Date: 2007-03-20 21:45:31
Message-ID: 92d3a4950703201445q4fbf4468tf43ba6533effd2e9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I am having real trouble with a project that is a little out of my
league and I just can't find out how to find which table the app is
getting its values from (it's a long story...). I know what values I
am looking for, and would like to log everything (even if only for one
call of a web page...) that comes in and everything that goes out. Is
this possible at the db level? Even debug5 doesn't seem to give me the
result of a query... If it is only possible at the driver level (I did
something vaguely similar with the odbc driver I think), then any
pointers for a jdbc2 on 8.1.4?
Thanks
Anton

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2007-03-20 21:49:56 Re: Postgresql to Delphi
Previous Message Bob Pawley 2007-03-20 21:45:01 Re: Postgresql to Delphi