Re: help on time calculation

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: help on time calculation
Дата
Msg-id 4254ECD8.4040705@familyhealth.com.au
обсуждение исходный текст
Ответ на help on time calculation  ("S.Thanga Prakash" <thanga@midascomm.com>)
Список pgsql-performance
>    how to find the time taken by an query/stored procedure?

In psql, use \timing for an approximate time.

> I am using psql 7.1.3 in linux 7.2
>
> how to execute 'explain analyse' in the psql? Is it supported at 7.1.3 ?

Explain analyze is NOT supported in PostgreSQL 7.1.  You really should
upgrade your PostgreSQL to version 8.0.

Chris

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

Предыдущее
От: "S.Thanga Prakash"
Дата:
Сообщение: help on time calculation
Следующее
От: "S.Thanga Prakash"
Дата:
Сообщение: Re: help on explain analyse in psql 7.1.3 (linux)