Обсуждение: plsql / time statement

Поиск
Список
Период
Сортировка

plsql / time statement

От
"Daniel Caune"
Дата:

Hi,

 

Is there any option to set so that psql provides the execution time of each SQL statement executed?

 

Regards,

 

--

Daniel CAUNE

Ubisoft Online Technology

(514) 4090 2040 ext. 5418

 

Re: plsql / time statement

От
Steve Crawford
Дата:
Daniel Caune wrote:
> Hi,
> 
>  
> 
> Is there any option to set so that psql provides the execution time of 
> each SQL statement executed?

\timing (either as a manual command or as a default in your .psqlrc file).

Cheers,
Steve