Hello all:
I want to do some profiling of a large application I run under postgres.
Ideally I'd like to capture just the queries that are submitted to the
database. It would be rather annoying to have to log them from the
application layer, so I'm hoping there's some suitable log-level setting on
the back end that can do this. Something that could log only the queries to
a different specific file would be excellent, but any flavor of this would
be good.
Thanks,
steve