Re: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty
Дата
Msg-id 2839.1297799537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5887: EXPLAIN returns more than 1000 rows when table is empty  ("Nick Baryshnikov" <Warstone@list.ru>)
Ответы Re[2]: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty
Список pgsql-bugs
"Nick Baryshnikov" <Warstone@list.ru> writes:
> Description:        EXPLAIN returns more than 1000 rows when table is empty

This is not a bug; it's intentional behavior.  As long as the recorded
size of the table is zero, the planner assumes that information is
probably obsolete.

            regards, tom lane

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

Предыдущее
От: "Nick Baryshnikov"
Дата:
Сообщение: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty
Следующее
От: Warstone@list.ru
Дата:
Сообщение: Re[2]: BUG #5887: EXPLAIN returns more than 1000 rows when table is empty