Re: psql microsecond timing patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql microsecond timing patch
Дата
Msg-id 28037.1001607660@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql microsecond timing patch  (greg@turnstep.com)
Ответы Re: psql microsecond timing patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
greg@turnstep.com writes:
> This is a small patch to allow you to time your queries in
> psql. Myself and some others have been using it and find it
> useful for telling how long an actual specific query takes,
> as opposed to EXPLAIN which just does an estimate.

Hmm.  Is there any value in this now that we have EXPLAIN ANALYZE?

Microsecond-level timing on the client side seems like a dubious
proposition anyway ...

            regards, tom lane

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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Problem with setlocale (found in libecpg) [accessing a memory location after freeing it]
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [JDBC] Fix for broken JDBC's getColumn() (take 2)