I've made the switch from SQL Server and really like Postgres, but I can't
find an equivalent tool for SQL Profiler. This allows an administrator to
monitor connections and inbound SQL requests. Its very useful for
application debugging in that its very easy to see the SQL statements that
an app. is passing to the db. Is there such a tool in Postgres?
Thanks much,
Jason