Re: Why schema of table is removed from explain?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why schema of table is removed from explain?
Дата
Msg-id 21474.1314908699@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why schema of table is removed from explain?  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-general
hubert depesz lubaczewski <depesz@depesz.com> writes:
> $ explain select * from x.y limit 1;
>                          QUERY PLAN
> ------------------------------------------------------------
>  Limit  (cost=0.00..0.04 rows=1 width=189)
>    ->  Seq Scan on y  (cost=0.00..13.70 rows=370 width=189)
> (2 rows)

> Why it doesn't show "Seq Scan on x.y" ?

The non-plain-text output formats provide that sort of detail, if you
need it.

            regards, tom lane

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

Предыдущее
От: Raghavendra
Дата:
Сообщение: pgfoundry.org is not accessible
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why schema of table is removed from explain?