Search Postgresql Archives

Re: Why schema of table is removed from explain?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 01, 2011 at 04:24:59PM -0400, Tom Lane wrote:
> hubert depesz lubaczewski <depesz@xxxxxxxxxx> 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/

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux