Re: display processing time?
Michael Fuhr <mike@fuhr.org>
From: Michael Fuhr <mike@fuhr.org>
To: John <xiaoqianjiang@hotmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2006-03-02T04:34:48Z
Lists: pgsql-hackers
On Wed, Mar 01, 2006 at 10:13:02PM -0600, John wrote: > adding -s will print the statistis and time. But I have no idea how to call > this using postmaster -o option. Anyone give me a hint? Thanks. postmaster -o -s [ other options ] Or you could enable log_statement_stats in postgresql.conf. -- Michael Fuhr