display processing time?

From: "John" <xiaoqianjiang(at)hotmail(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: display processing time?
Date: 2006-03-02 04:13:02
Message-ID: BAY105-DAV48AD540C1CFF6A4B1672DACF50@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have a question about how to display query time of postgres. I found
this
postgres [ -A { 0 | 1 } ] [ -B buffers ] [ -c name=value ] [ -d
debug-level ]
[ -D datadir ] [ -e ] [ -E ] [ -f { s | i | n | m | h } ] [ -F ]
[ -i ] [ -L ] [ -N ] [ -o file-name ] [ -O ] [ -P ]
[ -s | -t { pa | pl | ex } ] [ -S sort_mem ] [ -W num ] database

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.

-John

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2006-03-02 04:34:48 Re: display processing time?
Previous Message Mark Kirkwood 2006-03-02 01:58:42 Re: ipcclean in 8.1 broken?