Re: Why schema of table is removed from explain?

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: Why schema of table is removed from explain?
Дата
Msg-id 20110901203514.GA20328@depesz.com
обсуждение исходный текст
Ответ на Why schema of table is removed from explain?  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: Why schema of table is removed from explain?
Список pgsql-general
On Thu, Sep 01, 2011 at 04:24:59PM -0400, Tom Lane wrote:
> 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.

Which is great, but why can't we have it in plain text too?

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade from 8.3.4 issue
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Why schema of table is removed from explain?