I am currently trying to debug a JDBC client. I would like to see
the statements being sent to the backend. I remember being able to
start the postmaster using something like:
postmaster -S -o"-d 3" >postmaster.log 2>&1
I believe -d 2 or -d 1 would show less detail. Does this still work
since the removal of the exec() of postgres? I have tried pg_options
without any success. I used the following in pg_options:
verbose=2
query
It ignores me. :>(
************
