Re: Parallel Scaling of a pgplsql problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parallel Scaling of a pgplsql problem
Дата
Msg-id 5452.1335390728@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parallel Scaling of a pgplsql problem  (Venki Ramachandran <venki_ramachandran@yahoo.com>)
Ответы Re: Parallel Scaling of a pgplsql problem  (Venki Ramachandran <venki_ramachandran@yahoo.com>)
Список pgsql-performance
Venki Ramachandran <venki_ramachandran@yahoo.com> writes:
> Replacing current_timestamp() with�transaction_timestamp() and�statement_timestamp() did not help!!!.�

You did not read the documentation you were pointed to.  Use
clock_timestamp().

            regards, tom lane

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

Предыдущее
От: Venki Ramachandran
Дата:
Сообщение: Re: Parallel Scaling of a pgplsql problem
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Parallel Scaling of a pgplsql problem