Re: EXPLAIN verbose? - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: EXPLAIN verbose?
Date
Msg-id e41bdh$do0$1@news.hub.org
Whole thread Raw
In response to EXPLAIN verbose?  (Cristiano Duarte <cunha17@gmail.com>)
List pgsql-hackers
"Cristiano Duarte" <cunha17@gmail.com> wrote
> Does anyone know how to discover the tables (with schemas or oid) 
> involved
> on a select statement?
> I tried EXPLAIN but it only reports the table names, not schemas or 
> oid.
>

In general, this is a pretty difficult problem - thinking you may do a 
selection on a function which involves some other tables. By EXPLAIN, 
you can only see a function scan node.

Regards,
Qingqing 




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Continuing "pgstat update timeout" failures in buildfarm
Next
From: Mario Weilguni
Date:
Subject: Re: BEGIN inside transaction should be an error