On 10/25/06, Nico Grubert <nicogrubert@xxxxxxxxx> wrote:
Dear list members, I have a web application running that is connected to my postgres database. This web application builds dynamically SQL queries and queries the postgres database. I would like to see these SQL queries. How can I do this? Is there a way to monitor the SQL queries which are sent to my postgres database?
see logging features in postgresql.conf. I suggest redirecting stderr to pg_log and playing with rotation features. merlin