Re: now() gives same time within the session

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: now() gives same time within the session
Дата
Msg-id 4C42C12D.4090403@enterprisedb.com
обсуждение исходный текст
Ответ на Re: now() gives same time within the session  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-performance
On 12/07/10 14:15, A. Kretschmer wrote:
> Use timeofday() instead, now() returns the transaction starting time.

timeofday() is a legacy function kept only for backwards-compatibility.
It returns a string, which is quite awkward. Use clock_timestamp() instead.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: performance on new linux box
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Pooling in Core WAS: Need help in performance tuning.