On 3/14/07, Hannes Dorbath <light@xxxxxxxxxxxxxxxxxxxx> wrote:
Is there any way to enable statement logging at runtime without a restart? If not I think that would be a nice feature, as one sometimes need to debug applications that are already in production..
change log_min_duration_statement and do pg_ctl reload works without restart. depesz