trace - Postgresql Tracing -


is query tracing on postgresql possible? using 9.0 on windows oledb interface.

also, need in real-time, not buffered default...

i assume mean tracing statements on server side?

in case, change parameter log_min_duration 0 in postgresql.conf.

you don't need restart server, reload configuration (pg_ctl reload)


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -