Re: EXPLAIN BUFFERS

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: EXPLAIN BUFFERS
Дата
Msg-id 4B1DDE9D.20303@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: EXPLAIN BUFFERS  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: EXPLAIN BUFFERS  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas wrote:
> I could live with the equals signs, but the use of parentheses seems
> weird and inconsistent with normal english usage (which permits
> parentheses as a means of making parenthetical comments).
But it is consistent with people seeing:

Seq Scan on foo (cost=0.00..155.00 rows=10000 width=4)

Which seems to be what was being emulated here.  I though that was 
pretty reasonable given this is a related feature.

-- 
Greg Smith    2ndQuadrant   Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com  www.2ndQuadrant.com



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

Предыдущее
От: Takahiro Itagaki
Дата:
Сообщение: Re: EXPLAIN BUFFERS
Следующее
От: Daniel Farina
Дата:
Сообщение: Re: questions about concurrency control in Postgresql