Re: how to get current sql execution time?

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: how to get current sql execution time?
Дата
Msg-id 4CB78996.4080703@gmail.com
обсуждение исходный текст
Ответ на how to get current sql execution time?  (sunpeng <bluevaley@gmail.com>)
Список pgsql-general
On 10/14/2010 03:47 PM, sunpeng wrote:
> when I use the psql to send a sql, how to get current sql execution time?

http://www.postgresql.org/docs/9.0/interactive/app-psql.html

"\timing [ on | off ]

     Without parameter, toggles a display of how long each SQL statement
takes, in milliseconds. With parameter, sets same. "

--
Adrian Klaver
adrian.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: bricklen
Дата:
Сообщение: Re: how to get current sql execution time?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: how to get current sql execution time?