Re: 9.1 got really fast ;)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 9.1 got really fast ;)
Дата
Msg-id 19858.1318807490@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 9.1 got really fast ;)  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: 9.1 got really fast ;)  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
Scott Marlowe <scott.marlowe@gmail.com> writes:
> On Sat, Oct 15, 2011 at 2:20 PM, Thomas Kellerer <spam_eater@gmx.net> wrote:
>> Total runtime: -2.368 ms � <<==== this is amazing ;)

> I get something similar when I do select now()-query_start from
> pg_stat_activity on my Ubuntu 10.04 / pg 8.3 servers.

Within a transaction block that's not surprising, because now() is
defined as transaction start time not statement start time.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: 9.1 got really fast ;)
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: 9.1 got really fast ;)