Re: how to get current sql execution time?

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

\timing [{on|off}]

either toggles or sets on and off.   when timing is on, it displays
query time.



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: how to get current sql execution time?
Следующее
От: sunpeng
Дата:
Сообщение: how to write an optimized sql with two same subsql?